We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5791a5 commit d590e17Copy full SHA for d590e17
package.json
@@ -27,7 +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",
+ "prepack": "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