fix package.json 'build' also builds scss

This commit is contained in:
xdrm-brackets 2018-02-27 14:36:38 +01:00
parent 1c9fe2244a
commit 5262318527
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"watch-css": "node-sass -w -r --output-style compressed --output ./public_html/css ./webpack/scss",
"dev": "npm run bundle:clean; npm run bundle:dev; npm run watch-css",
"devjs": "npm run bundle:clean; npm run bundle:watch",
"build": "npm run bundle:clean; npm run bundle:prod;"
"build": "npm run bundle:clean; npm run bundle:prod; npm run scss"
},
"dependencies": {
"vue": "^2.5.9"