mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
build(aio): add a build demo script
This commit is contained in:
parent
72ab016e75
commit
ae7be20212
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
"build:prod": "npm run build -- --prod",
|
"build:prod": "npm run build -- --prod",
|
||||||
"build:prod:aot": "npm run build -- --aot",
|
"build:prod:aot": "npm run build -- --aot",
|
||||||
"build:ci": "npm run build:prod && npm run build:prod:aot",
|
"build:ci": "npm run build:prod && npm run build:prod:aot",
|
||||||
|
"build:demo": "npm run build:prod:aot -- --base-href \"http://akveo.com/ng2-admin/\"",
|
||||||
"test": "ng test -sr",
|
"test": "ng test -sr",
|
||||||
"test:coverage": "npm run clean:coverage && ng test -sr -cc",
|
"test:coverage": "npm run clean:coverage && ng test -sr -cc",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue