Skip to content

Commit

Permalink
Fix deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Aug 15, 2024
1 parent b85a298 commit 6e12ac2
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 @@ -10,7 +10,7 @@
"start-prod": "ng serve --configuration production --port 4200",
"build": "npm run build:lib && ng build ngx-ui --configuration production",
"build:demo": "cross-env NODE_ENV=production ng build --configuration production --statsJson=true",
"build:deploy": "cross-env NODE_ENV=production ng build --configuration production --base-href=\"/ngx-ui/\"",
"build:deploy": "cross-env NODE_ENV=production npm run build:lib && ng build ngx-ui --configuration production --base-href=\"/ngx-ui/\"",
"build:lib": "ng build @swimlane/ngx-ui --configuration production && npm run build:css",
"build:testing-lib": "ng build @swimlane/ngx-ui-testing --configuration production",
"build:css": "node scripts/prep-global-styles.js && npm run copy-files",
Expand Down

0 comments on commit 6e12ac2

Please sign in to comment.