File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 10
10
"start-prod" : " ng serve --configuration production --port 4200" ,
11
11
"build" : " npm run build:lib && ng build ngx-ui --configuration production" ,
12
12
"build:demo" : " cross-env NODE_ENV=production ng build --configuration production --statsJson=true" ,
13
- "build:deploy" : " cross-env NODE_ENV=production ng build --configuration production --base-href=\" /ngx-ui/\" " ,
13
+ "build:deploy" : " cross-env NODE_ENV=production npm run build:lib && ng build ngx-ui --configuration production --base-href=\" /ngx-ui/\" " ,
14
14
"build:lib" : " ng build @swimlane/ngx-ui --configuration production && npm run build:css" ,
15
15
"build:testing-lib" : " ng build @swimlane/ngx-ui-testing --configuration production" ,
16
16
"build:css" : " node scripts/prep-global-styles.js && npm run copy-files" ,
You can’t perform that action at this time.
0 commit comments