Add a custom release NPM script.
This commit is contained in:
parent
66fd8bfd6a
commit
fd53ae0b48
@ -43,7 +43,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "gulp",
|
||||
"before-deploy": "gulp && gulp compress"
|
||||
"before-deploy": "gulp && gulp compress",
|
||||
"release": "rm -rf dist && gulp && npm publish"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user