We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d034c3e commit 0b44370Copy full SHA for 0b44370
1 file changed
package.json
@@ -27,6 +27,7 @@
27
"lint": "eslint . --ignore-path .gitignore",
28
"pretest": "npm run build",
29
"test": "npm run lint && karma start test/karma.config.cjs",
30
+ "prepublish": "npm run build",
31
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
32
},
33
"prettier": "@github/prettier-config",
0 commit comments