We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820b55c commit 9add9b7Copy full SHA for 9add9b7
package.json
@@ -32,7 +32,7 @@
32
"start": "concurrently \"npm:build:dev\" \"npm:watch:sass\"",
33
"_prepare": "npm run build",
34
"build:dev": "npm run clean && npm run bundle:dev",
35
- "build:prod": "npm run clean && npm run bundle:prod",
+ "build:prod": "npm run clean && npm run bundle:prod && npm run build:sass",
36
"bundle:dev": "rollup -c rollup.config.dev.js -w",
37
"bundle:prod": "rollup -c rollup.config.prod.js",
38
"build:sass": "node-sass -r --output-style compressed src/styles/styles.scss -o dist",
0 commit comments