Explorar o código

Merge branch 'master' of https://git.swopt.com/swopt/fisapp-ui

tigger hai 4 meses
pai
achega
594f2a7d8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
     "ng": "ng",
     "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:dev": "ng build --base-href /dev/ --aot --output-path dist/dev --delete-output-path",
     "build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
     "build:leave:prod": "ng build --configuration leave-prod --output-path dist/leave --aot",
     "build:quot:prod": "ng build --configuration quotation-prod --output-path dist/quotation --aot",