Skip to content

Commit 0379ba5

Browse files
committed
updating release script
1 parent 7b23238 commit 0379ba5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
"testee": "testee src/test.html --browsers firefox",
1010
"test": "npm run jshint && npm run testee",
1111
"jshint": "jshint src/. --config",
12-
"build": "node build.js"
12+
"build": "node build.js",
13+
"release:pre": "npm version prerelease && npm publish --tag pre",
14+
"release:patch": "npm version patch && npm publish",
15+
"release:minor": "npm version minor && npm publish",
16+
"release:major": "npm version major && npm publish"
1317
},
1418
"repository": {
1519
"type": "git",

0 commit comments

Comments
 (0)