We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9981220 commit 0a39b1bCopy full SHA for 0a39b1b
package.json
@@ -54,7 +54,6 @@
54
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
55
"build": "babel src --out-dir build --ignore spec.js",
56
"watch:test": "jest --watch --notify",
57
- "prepublish": "yarn run build",
58
- "postpublish": "rm -rf build && git push --follow-tags"
+ "prepublish": "yarn run build"
59
}
60
0 commit comments