mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
build(aio): fix a build:prod:aot script
This commit is contained in:
parent
824f35ae25
commit
cc82cd2b38
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
"start:prod:aot": "ng serve --prod --aot",
|
||||
"build": "npm run clean:dist && ng build",
|
||||
"build:prod": "npm run build -- --prod",
|
||||
"build:prod:aot": "npm run build -- --aot",
|
||||
"build:prod:aot": "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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue