@@ -21,8 +21,10 @@
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config proxy.conf.json",
|
||||
"build": "ng build --prod",
|
||||
"start": "npm run sync-assets-dev && ng serve --proxy-config proxy.conf.json",
|
||||
"build": "ng build --prod && npm run sync-assets",
|
||||
"sync-assets": "node sync-asset-registry.js",
|
||||
"sync-assets-dev": "node sync-asset-registry.js dev",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e"
|
||||
|
||||
Reference in New Issue
Block a user