lil release script
This commit is contained in:
parent
7232be4a17
commit
bfdd0ec54d
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node build.js",
|
"build": "node build.js",
|
||||||
"deploy:docs": "npm run build && gh-pages -d dist"
|
"deploy:docs": "npm run build && gh-pages -d dist",
|
||||||
|
"release": "npm run build && npm publish"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue