Skip to content

Commit 3e2f787

Browse files
Renamed prepublish script to prepublishOnly
1 parent a87c3c2 commit 3e2f787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:jquery:build": "cat ./node_modules/jquery/dist/jquery.js ./dist/cash.js ./test/jquery_patch.js > ./test/jquery/dist/jquery.min.js",
2525
"test:jquery:build:watch": "while sleep 1; do npm run test:jquery:build; done",
2626
"graph": "pacco build-javascript --dependencies-graph --fresh",
27-
"prepublish": "npm run clean && npm run build:deploy && npm run test:karma"
27+
"prepublishOnly": "npm run clean && npm run build:deploy && npm run test:karma"
2828
},
2929
"bugs": {
3030
"url": "https://github.com/kenwheeler/cash/issues"

0 commit comments

Comments
 (0)