fix(app): build docs script

This commit is contained in:
Alex 2020-04-24 12:26:49 +03:00
parent f33b2502de
commit 4ac024d73d
5 changed files with 3 additions and 356 deletions

View file

@ -28,9 +28,7 @@
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:dirs": "gulp create-docs-dirs",
"docs:parse": "gulp docs",
"docs:prepare": "npm-run-all docs:parse",
"docs:prod": "npm run build -- docs --prod --aot --base-href '/ngx-admin/'",
"docs:prod": "npm run build -- docs --prod --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",