1 parent 375c6b6 commit 171edc6Copy full SHA for 171edc6
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"size": "echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size --raw)\"",
16
"test": "eslint src test && mocha --compilers babel-register",
17
"prepublish": "npm run -s build",
18
- "release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
+ "release": "npm run -s build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
19
},
20
"authors": [
21
"Jason Miller <jason@developit.ca>"
0 commit comments