feat(landing): add backend bundles scheme

This commit is contained in:
u.ahmetvaliyev 2019-01-23 18:29:37 +03:00
parent 32bf572d6f
commit 1c3dc2daed
7 changed files with 22 additions and 0 deletions

View file

@ -31,6 +31,7 @@
"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-stg": "npm run build -- docs --prod --aot",
"docs:serve": "npm start -- docs --port 4100 --host 0.0.0.0",
"docs:gh-pages": "npm run docs:build && npm run ngh -- --dir ./docs/dist",
"prepush": "npm run lint:ci",