mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
build: fix a start script
This commit is contained in:
parent
4fe5c69d8e
commit
50e68f8780
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
"ng": "ng",
|
||||
"ngh": "ngh",
|
||||
"rimraf": "rimraf",
|
||||
"start": "ng serve --hmr",
|
||||
"start": "ng serve",
|
||||
"start:hmr": "ng serve --hmr",
|
||||
"start:aot": "ng serve --aot",
|
||||
"build": "npm run clean:dist && ng build",
|
||||
"build:prod": "npm run build -- --prod",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue