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 1010 "start-prod" : " ng serve --configuration production --port 4200" ,
1111 "build" : " npm run build:lib && ng build ngx-ui --configuration production" ,
1212 "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/\" " ,
1414 "build:lib" : " ng build @swimlane/ngx-ui --configuration production && npm run build:css" ,
1515 "build:testing-lib" : " ng build @swimlane/ngx-ui-testing --configuration production" ,
1616 "build:css" : " node scripts/prep-global-styles.js && npm run copy-files" ,
You can’t perform that action at this time.
0 commit comments