mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(demo): fix demo build
This commit is contained in:
parent
eb17dcd780
commit
d8f2780bf8
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@
|
||||||
"gulp": "gulp",
|
"gulp": "gulp",
|
||||||
"conventional-changelog": "conventional-changelog",
|
"conventional-changelog": "conventional-changelog",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build ngx-admin-demo",
|
||||||
"build:prod": "npm run build -- --configuration production --aot",
|
"build:prod": "npm run build -- --configuration production --aot",
|
||||||
"build:demo:prod": "npm run build -- --prod --aot --base-href /ngx-admin/",
|
"build:demo:prod": "npm run build -- --configuration production --aot --base-href /ngx-admin/",
|
||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",
|
"test:coverage": "rimraf coverage && npm run test -- --code-coverage",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"docs": "compodoc -p src/tsconfig.app.json -d docs",
|
"docs": "compodoc -p src/tsconfig.app.json -d docs",
|
||||||
"docs:dirs": "gulp create-docs-dirs",
|
"docs:dirs": "gulp create-docs-dirs",
|
||||||
"docs:prod": "npm run build -- docs --configuration production --aot --aot --base-href /ngx-admin/",
|
"docs:prod": "npm run build -- docs --configuration production --aot --base-href /ngx-admin/",
|
||||||
"docs:build": "npm-run-all docs:prod docs:dirs",
|
"docs:build": "npm-run-all docs:prod docs:dirs",
|
||||||
"docs:serve": "npm start -- docs --port 4100",
|
"docs:serve": "npm start -- docs --port 4100",
|
||||||
"docs:gh-pages": "ts-node -P ./scripts/docs/tsconfig.json ./scripts/docs/build-docs.ts",
|
"docs:gh-pages": "ts-node -P ./scripts/docs/tsconfig.json ./scripts/docs/build-docs.ts",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue