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 57b4f80 commit 6f734b1Copy full SHA for 6f734b1
package.json
@@ -28,7 +28,7 @@
28
"mocha": "mocha --bail --recursive tests",
29
"karma": "karma start --single-run",
30
"upgrade": "ncu --upgradeAll && npm update && bower update",
31
- "bump": "bump --prompt --grep lib/index.js --tag --push --all",
+ "bump": "bump --prompt --grep lib/index.js --tag --push --all && npm run build",
32
"release": "npm run upgrade && npm run build && npm test && npm run bump && npm publish"
33
},
34
"repository": {
@@ -60,4 +60,4 @@
60
"karma-sinon": "^1.0.4"
61
62
"dependencies": {}
63
-}
+}
0 commit comments