We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm version patch
1 parent 59381d0 commit b5f06f8Copy full SHA for b5f06f8
package.json
@@ -5,6 +5,8 @@
5
"main": "./src",
6
"scripts": {
7
"prepublish:": "npm run babel",
8
+ "preversion": "npm test",
9
+ "postversion": "git push origin master --follow-tags && npm publish",
10
"test": "npm run eslint && npm run mocha",
11
"eslint": "eslint . --debug",
12
"babel": "babel lib/ -d src && babel test/ -d src_test/",
0 commit comments