mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 22:48:08 +01:00
fix(build): fix build, update links to ngx-admin (#6028)
This commit is contained in:
parent
35f65077b6
commit
45f18fe8cb
9 changed files with 30 additions and 25 deletions
|
|
@ -17,6 +17,7 @@
|
|||
"start": "ng serve",
|
||||
"start:admin": "npm start -- ngx-admin-demo",
|
||||
"build": "ng build ngx-admin-demo",
|
||||
"build:docs": "ng build docs",
|
||||
"build:prod": "npm run build -- --configuration production --aot",
|
||||
"build:demo:prod": "npm run build -- --configuration production --aot --base-href /ngx-admin/",
|
||||
"test": "ng test",
|
||||
|
|
@ -29,7 +30,7 @@
|
|||
"e2e": "ng e2e",
|
||||
"docs": "compodoc -p src/tsconfig.app.json -d docs",
|
||||
"docs:dirs": "gulp create-docs-dirs",
|
||||
"docs:prod": "npm run build -- docs --configuration production --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:serve": "npm start -- docs --port 4100",
|
||||
"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