Skip to content

Commit 6f734b1

Browse files
fixed a bug in the build script
1 parent 57b4f80 commit 6f734b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"mocha": "mocha --bail --recursive tests",
2929
"karma": "karma start --single-run",
3030
"upgrade": "ncu --upgradeAll && npm update && bower update",
31-
"bump": "bump --prompt --grep lib/index.js --tag --push --all",
31+
"bump": "bump --prompt --grep lib/index.js --tag --push --all && npm run build",
3232
"release": "npm run upgrade && npm run build && npm test && npm run bump && npm publish"
3333
},
3434
"repository": {
@@ -60,4 +60,4 @@
6060
"karma-sinon": "^1.0.4"
6161
},
6262
"dependencies": {}
63-
}
63+
}

0 commit comments

Comments
 (0)