fix(app):add gulpfile for docs

This commit is contained in:
Alex 2020-04-22 13:53:07 +03:00
parent d6e92b4139
commit 8e66b07eb9
8 changed files with 3146 additions and 17 deletions

View file

@ -27,9 +27,10 @@
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:build": "npm run build -- docs --prod --aot --base-href /ngx-admin/",
"docs:build": "npm-run-all docs:prepare docs:dir",
"docs:dirs": "gulp create-docs-dirs",
"docs:parse": "gulp docs",
"docs:prepare": "npm-run-all docs:parse",
"docs:prepare": "npm run build -- docs --prod --aot --base-href /ngx-admin/",
"docs:serve": "npm start -- docs --port 4100",
"docs:gh-pages": "ts-node -P ./scripts/docs/tsconfig.json ./scripts/docs/build-docs.ts",
"prepush": "npm run lint:ci",