Skip to content

Commit 0b44370

Browse files
authored
add prepublish build step
1 parent d034c3e commit 0b44370

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +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",
3031
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
3132
},
3233
"prettier": "@github/prettier-config",

0 commit comments

Comments
 (0)