Skip to content

Commit

Permalink
feat: add build phase to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 13, 2023
1 parent 45c1187 commit 40dfefe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ dist
coverage
.turbo
prettier.config.mjs
rollup.config.js
rollup.config.mjs
.commitlintrc.mjs
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:

- run: yarn install --frozen-lockfile --production=false
- run: yarn lint
- run: yarn build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"scripts": {
"build": "npx rollup --config rollup.config.js",
"build": "npx rollup --config rollup.config.mjs",
"lint": "npx eslint src/",
"prepare": "npx husky install",
"publish": "yarn build && npx changeset && npx changeset version && npx changeset publish"
Expand Down
File renamed without changes.

0 comments on commit 40dfefe

Please sign in to comment.