Nightly Issues (#2618)
This commit is contained in:
parent
0ff6d4a6fc
commit
d145dca0e7
28 changed files with 138 additions and 100 deletions
|
|
@ -3,10 +3,11 @@
|
|||
"version": "0.7.12.1",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"start": "npm run cache-langs && ng serve",
|
||||
"build": "npm run cache-langs && ng build",
|
||||
"minify-langs": "node minify-json.js",
|
||||
"prod": "ng build --configuration production && npm run minify-langs",
|
||||
"cache-langs": "node hash-localization.js",
|
||||
"prod": "ng build --configuration production && npm run minify-langs && npm run cache-langs",
|
||||
"explore": "ng build --stats-json && webpack-bundle-analyzer dist/stats.json",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue