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.
prepublish
prepublishOnly
1 parent a87c3c2 commit 3e2f787Copy full SHA for 3e2f787
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"test:jquery:build": "cat ./node_modules/jquery/dist/jquery.js ./dist/cash.js ./test/jquery_patch.js > ./test/jquery/dist/jquery.min.js",
25
"test:jquery:build:watch": "while sleep 1; do npm run test:jquery:build; done",
26
"graph": "pacco build-javascript --dependencies-graph --fresh",
27
- "prepublish": "npm run clean && npm run build:deploy && npm run test:karma"
+ "prepublishOnly": "npm run clean && npm run build:deploy && npm run test:karma"
28
},
29
"bugs": {
30
"url": "https://github.com/kenwheeler/cash/issues"
0 commit comments