Add Yarn version to end of release script
This commit is contained in:
parent
46e0000f22
commit
84ff907317
|
@ -9,7 +9,7 @@
|
|||
"license": "MIT",
|
||||
"scripts": {
|
||||
"watch": "node-sass -w sass -o temp",
|
||||
"release": "yarn lint && yarn build:prod && yarn generate",
|
||||
"release": "yarn lint && yarn build:prod && yarn generate && yarn version",
|
||||
"generate": "node generate.js",
|
||||
"build:dev": "node-sass sass -o temp --output-style compact",
|
||||
"build:prod": "node-sass sass -o css -q --output-style compact",
|
||||
|
|
Loading…
Reference in New Issue