Procházet zdrojové kódy

configure build script

tigger před 1 rokem
rodič
revize
4cb54bf337
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      package.json

+ 1 - 1
package.json

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