Skip to content

Commit 9850b9e

Browse files
author
Christopher Baker
committed
add release:pre script
1 parent 21b200c commit 9850b9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"preversion": "npm test",
88
"test": "mocha test.js --reporter spec",
9+
"release:pre": "npm version prerelease && npm publish --tag=pre",
910
"release:patch": "npm version patch && npm publish",
1011
"release:minor": "npm version minor && npm publish",
1112
"release:major": "npm version major && npm publish"

0 commit comments

Comments
 (0)