File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 "gulp" : " gulp" ,
1616 "conventional-changelog" : " conventional-changelog" ,
1717 "start" : " ng serve" ,
18- "build" : " ng build" ,
18+ "build" : " ng build ngx-admin-demo " ,
1919 "build:prod" : " npm run build -- --configuration production --aot" ,
20- "build:demo:prod" : " npm run build -- --prod --aot --base-href /ngx-admin/" ,
20+ "build:demo:prod" : " npm run build -- --configuration production --aot --base-href /ngx-admin/" ,
2121 "test" : " ng test" ,
2222 "test:coverage" : " rimraf coverage && npm run test -- --code-coverage" ,
2323 "lint" : " ng lint" ,
2828 "e2e" : " ng e2e" ,
2929 "docs" : " compodoc -p src/tsconfig.app.json -d docs" ,
3030 "docs:dirs" : " gulp create-docs-dirs" ,
31- "docs:prod" : " npm run build -- docs --configuration production --aot --aot -- base-href /ngx-admin/" ,
31+ "docs:prod" : " npm run build -- docs --configuration production --aot --base-href /ngx-admin/" ,
3232 "docs:build" : " npm-run-all docs:prod docs:dirs" ,
3333 "docs:serve" : " npm start -- docs --port 4100" ,
3434 "docs:gh-pages" : " ts-node -P ./scripts/docs/tsconfig.json ./scripts/docs/build-docs.ts" ,
You can’t perform that action at this time.
0 commit comments