mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-12 08:32:34 +01:00
fix(app):add gulpfile for docs
This commit is contained in:
parent
d6e92b4139
commit
8e66b07eb9
8 changed files with 3146 additions and 17 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue