Skip to content

Commit d590e17

Browse files
authored
use prepack to run build
1 parent b5791a5 commit d590e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "eslint . --ignore-path .gitignore",
2828
"pretest": "npm run build",
2929
"test": "npm run lint && karma start test/karma.config.cjs",
30-
"prepublish": "npm run build",
30+
"prepack": "npm run build",
3131
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
3232
},
3333
"prettier": "@github/prettier-config",

0 commit comments

Comments
 (0)