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 dc7edfc commit fdd498fCopy full SHA for fdd498f
package.json
@@ -11,7 +11,7 @@
11
"precover": "npm run lint",
12
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
13
"travis": "npm run cover -- --report lcovonly",
14
- "publish-patch": "npm version patch && git push && git push --tags && npm publish"
+ "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish"
15
},
16
"repository": {
17
"type": "git",
0 commit comments