Fix: publish script in package.json

This commit is contained in:
lorenzo 2020-02-12 15:26:32 +01:00
parent b85b5f391b
commit b3f48bf31b
4 changed files with 6995 additions and 5309 deletions

View file

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --aot --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
@ -19,7 +19,7 @@
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"ng2-fittext": "^1.2.8",
"ng2-fittext": "^1.2.9",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"