feat: update
Showing
| ... | ... | @@ -5,7 +5,7 @@ |
| "scripts": { | ||
| "ng": "ng", | ||
| "start": "ng serve --proxy-config proxy.conf.json", | ||
| "build": "ng build -prod --base-href=/luna/ --deploy '/luna/'", | ||
| "build": "ng build --environment prod --base-href=/luna/ --deploy '/luna/'", | ||
| "test": "ng test", | ||
| "lint": "ng lint", | ||
| "e2e": "ng e2e" | ||
| ... | ... | @@ -64,6 +64,7 @@ |
| "tether": "^1.4.0", | ||
| "uuid-js": "^0.7.5", | ||
| "xterm": "^2.9.2", | ||
| "tslib": "1.8.1", | ||
| "zone.js": "0.8.20" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... | @@ -87,7 +88,6 @@ |
| "karma-jasmine-html-reporter": "0.2.2", | ||
| "protractor": "5.2.2", | ||
| "ts-node": "3.3.0", | ||
| "tslib": "1.8.1", | ||
| "tslint": "5.9.1", | ||
| "typescript": "2.4.2" | ||
| } | ||
| ... | ... |
Please
register
or
sign in
to comment