1
Fork 0

Add Yarn version to end of release script

This commit is contained in:
Bauke 2018-06-16 14:03:10 +02:00
parent 46e0000f22
commit 84ff907317
No known key found for this signature in database
GPG Key ID: 2E60C4161D9ECCB2
1 changed files with 1 additions and 1 deletions

View File

@ -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",