Skip to content

Commit

Permalink
build: add project to build:web npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ert78gb committed Nov 12, 2023
1 parent 3d50864 commit ea80e92
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 @@ -7,7 +7,7 @@
"ng": "ng",
"start": "ng serve",
"build": "run-s -sn build:renderer",
"build:web": "ng build --configuration=production",
"build:web": "ng build --configuration=production --project=uhk-web",
"build:renderer": "ng build --configuration=production --project=uhk-renderer",
"server:renderer": "ng build --project=uhk-renderer --watch",
"test-skip": "ng test --watch false",
Expand Down

0 comments on commit ea80e92

Please sign in to comment.