Skip to content

Commit 0f7eb67

Browse files
committed
added publish-patch script
1 parent d9509e8 commit 0f7eb67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"bin": "./bin/webpack.js",
6464
"scripts": {
6565
"test": "mocha --reporter spec",
66-
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
66+
"cover": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec",
67+
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
6768
}
6869
}

0 commit comments

Comments
 (0)