fix(app): build docs script

This commit is contained in:
Alex 2020-04-23 21:33:02 +03:00
parent 30f0099ddc
commit f33b2502de
7 changed files with 526 additions and 4 deletions

View file

@ -28,9 +28,10 @@
"e2e": "ng e2e",
"docs": "compodoc -p src/tsconfig.app.json -d docs",
"docs:dirs": "gulp create-docs-dirs",
"docs:build": "npm-run-all docs:prepare docs:dirs",
"docs:parse": "gulp docs",
"docs:prepare": "npm run build -- docs --prod --aot --base-href /ngx-admin/",
"docs:prepare": "npm-run-all docs:parse",
"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",
"prepush": "npm run lint:ci",
@ -63,6 +64,7 @@
"ckeditor": "4.7.3",
"classlist.js": "1.1.20150312",
"core-js": "2.5.1",
"colors.js": "1.2.4",
"echarts": "^4.0.2",
"eva-icons": "^1.1.3",
"gulp-bump": "2.7.0",
@ -107,6 +109,7 @@
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^5.1.2",
"conventional-changelog-cli": "1.3.4",
"doc-prsr": "2.2.0",
"gulp": "4.0.2",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
@ -128,6 +131,7 @@
"rimraf": "2.6.1",
"style-loader": "^1.1.3",
"stylelint": "7.13.0",
"typedoc": "^0.12.0",
"ts-node": "3.2.2",
"tslint": "^5.7.0",
"tslint-language-service": "^0.9.9",