mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
publish script
This commit is contained in:
parent
1e32a7c222
commit
473283ffd5
@ -8,7 +8,10 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test/src/test.js",
|
"test": "node test/src/test.js",
|
||||||
"test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/"
|
"test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
|
||||||
|
"patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",
|
||||||
|
"minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
|
||||||
|
"major": "npm version major -m\"update version to %s\" && git push && git push --tags"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user