Procházet zdrojové kódy

added rc build script

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

+ 1 - 1
package.json

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