Skip to content

Commit fdd498f

Browse files
committed
test before publish
1 parent dc7edfc commit fdd498f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"precover": "npm run lint",
1212
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
1313
"travis": "npm run cover -- --report lcovonly",
14-
"publish-patch": "npm version patch && git push && git push --tags && npm publish"
14+
"publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)