Skip to content

Commit

Permalink
chore: add arlas-wui in npm build rule
Browse files Browse the repository at this point in the history
  • Loading branch information
QuCMGisaia committed Dec 18, 2024
1 parent 7808deb commit 130d5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ng": "ng",
"postinstall": "patch-package --patch-dir node_modules/arlas-web-core/patches && patch-package --patch-dir node_modules/arlas-d3/patches",
"start": "ng serve",
"build": "ng build --configuration production --aot --base-href='$ARLAS_WUI_BASE_HREF/'",
"build": "ng build arlas-wui --configuration production --aot --base-href='$ARLAS_WUI_BASE_HREF/'",
"build-lib": "ng build arlas-wui-lib",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 130d5f3

Please sign in to comment.