Skip to content

Commit

Permalink
chore: use --extract-css in server:electron command
Browse files Browse the repository at this point in the history
It is fix the css style generation for electron dev mode
  • Loading branch information
ert78gb committed Nov 18, 2020
1 parent 1c516e1 commit cf00e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uhk-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "run-s -sn build:renderer",
"build:web": "ng build --prod --aot",
"build:renderer": "ng build --prod --aot --project=uhk-renderer",
"server:renderer": "ng build --project=uhk-renderer --watch --source-map",
"server:renderer": "ng build --project=uhk-renderer --watch --source-map --extract-css",
"test-skip": "ng test --watch false",
"lint": "run-p -snc lint:*",
"lint:ng": "ng lint",
Expand Down

0 comments on commit cf00e36

Please sign in to comment.