dev-config
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
"ng": "ng",
|
||||
"start": "ng s -o --port 4202",
|
||||
"hmr": "ng s -o --hmr",
|
||||
"build": "npm run ng-high-memory build",
|
||||
"build": "ng build",
|
||||
"build:dev": "npm run build -- -c dev",
|
||||
"analyze": "npm run ng-high-memory build -- --source-map",
|
||||
"analyze:view": "source-map-explorer dist/**/*.js",
|
||||
"lint": "npm run lint:ts && npm run lint:style",
|
||||
@ -132,4 +133,4 @@
|
||||
"name": "pro",
|
||||
"version": "12.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user