Commit eec5c67b authored by van.chen's avatar van.chen

修改scripts

parent a2a32348
......@@ -6,8 +6,8 @@
"scripts": {
"ng": "ng",
"start": "npm run color-less && ng serve -o",
"hmr": "npm run color-less && ng build --prod --build-optimizer --aot -c=hmr",
"build": "npm run color-less && ng build --prod --build-optimizer --aot -c=production",
"hmr": "ng build --prod -c=hmr",
"build": "ng build --prod -c=production",
"analyze": "ng build --prod --build-optimizer --stats-json",
"lint": "npm run lint:ts && npm run lint:style",
"lint:ts": "tslint -p src/tsconfig.app.json -c tslint.json 'src/**/*.ts'",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment