fix(build): fix build, update links to ngx-admin (#6028)

This commit is contained in:
Denis Strigo 2024-09-24 12:19:02 +02:00 committed by GitHub
parent 35f65077b6
commit 45f18fe8cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 30 additions and 25 deletions

View file

@ -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",