diff --git a/package.json b/package.json index b4dd044..d7b7340 100644 --- a/package.json +++ b/package.json @@ -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"