mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
chore(build): fix demo build script
This commit is contained in:
parent
4db4649f03
commit
039f0b122e
2 changed files with 918 additions and 31 deletions
946
package-lock.json
generated
946
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -26,7 +26,7 @@
|
|||
"build:prod": "npm run build -- --prod",
|
||||
"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/\"",
|
||||
"build:demo": "npm run build:prod:aot -- --base-href \"/ng2-admin/\"",
|
||||
"test": "ng test -sr",
|
||||
"test:coverage": "npm run clean:coverage && ng test -sr -cc",
|
||||
"lint": "ng lint",
|
||||
|
|
@ -67,6 +67,7 @@
|
|||
"ckeditor": "4.6.2",
|
||||
"core-js": "2.4.1",
|
||||
"easy-pie-chart": "2.1.7",
|
||||
"enhanced-resolve": "^3.3.0",
|
||||
"font-awesome": "4.7.0",
|
||||
"fullcalendar": "3.3.1",
|
||||
"google-maps": "3.2.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue