wrench: Added npm version scripts
This commit is contained in:
parent
78e018a163
commit
aa9e36e099
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
|||
"unpkg": "dist/browser.js",
|
||||
"browser": "dist/browser.js",
|
||||
"scripts": {
|
||||
"patch": "npm version patch -m \":bookmark: v%s\" && npm run build",
|
||||
"minor": "npm version minor -m \":bookmark: v%s\" && npm run build",
|
||||
"major": "npm version major -m \":bookmark: v%s\" && npm run build",
|
||||
"precommit": "npm run pretty && lint-staged",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"clean": "rimraf dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue