Преглед на файлове

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

tigger преди 4 месеца
родител
ревизия
594f2a7d8d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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",