Skip to content

Commit 9add9b7

Browse files
committed
forgot building SCSS in "build:prod" npm script
1 parent 820b55c commit 9add9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"start": "concurrently \"npm:build:dev\" \"npm:watch:sass\"",
3333
"_prepare": "npm run build",
3434
"build:dev": "npm run clean && npm run bundle:dev",
35-
"build:prod": "npm run clean && npm run bundle:prod",
35+
"build:prod": "npm run clean && npm run bundle:prod && npm run build:sass",
3636
"bundle:dev": "rollup -c rollup.config.dev.js -w",
3737
"bundle:prod": "rollup -c rollup.config.prod.js",
3838
"build:sass": "node-sass -r --output-style compressed src/styles/styles.scss -o dist",

0 commit comments

Comments
 (0)