Selaa lähdekoodia

added build:prod script
added production build script

tigger 1 vuosi sitten
vanhempi
commit
049975f027
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
     "ng": "ng",
     "start": "ng serve --host 0.0.0.0 --port 4200",
     "build": "ng build --base-href /next/ --aot --delete-output-path",
+    "build:prod": "ng build --configuration production --base-href /next/ --aot --delete-output-path",
     "watch": "ng build --watch --configuration development",
     "test": "ng test"
   },