fix package.json 'build' also builds scss
This commit is contained in:
parent
1c9fe2244a
commit
5262318527
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue