mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
add release scripts
This commit is contained in:
parent
3c1d696751
commit
350cdc2475
@ -48,7 +48,11 @@
|
||||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
|
||||
"coverage-report": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
|
||||
"jest": "jest",
|
||||
"lint": "eslint . --ignore-path .gitignore"
|
||||
"lint": "eslint . --ignore-path .gitignore",
|
||||
"release:patch": "npm version patch && npm run push-package-publish",
|
||||
"release:minor": "npm version minor && npm run push-package-publish",
|
||||
"release:major": "npm version major && npm run push-package-publish",
|
||||
"push-package-publish": "git push --follow-tags && npm publish"
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "2.9.14",
|
||||
|
Loading…
Reference in New Issue
Block a user