build(aio): add a build demo script

This commit is contained in:
Alexander Zhukov 2017-04-28 16:50:48 +03:00
parent 72ab016e75
commit ae7be20212

View file

@ -25,6 +25,7 @@
"build:prod": "npm run build -- --prod",
"build:prod:aot": "npm run build -- --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:coverage": "npm run clean:coverage && ng test -sr -cc",
"lint": "ng lint",