Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 9668692

Browse files
committed
fix(scss-bundle): re-add -c option to tell it where to find the config file
1 parent cb15944 commit 9668692

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"start": "ng serve dev-demo",
1515
"build": "ng build dev-demo",
1616
"build:prod": "ng build dev-demo --prod",
17-
"build:lib": "ng build dev && npm run build:lib:scss",
18-
"build:lib:scss": "scss-bundle",
17+
"build:lib": "ng build dev --prod && npm run build:lib:scss",
18+
"build:lib:scss": "scss-bundle -c scss-bundle.config.json",
1919
"build:schematics": "tsc -p ./projects/schematics/tsconfig.json",
2020
"publish:lib": "npm run lint && npm run build:lib && npm publish ./dist/dev --access public",
2121
"publish:schematics": "npm run build:schematics && npm publish ./projects/schematics --access public",

0 commit comments

Comments
 (0)