tigger 1 год назад
Родитель
Сommit
1d3a7eff8b
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      package.json

+ 3 - 2
package.json

@@ -4,8 +4,9 @@
   "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 --base-href /next/ --aot --delete-output-path",
-    "build:prod": "ng build --configuration production --base-href /next/ --aot --delete-output-path",
+    "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",
     "watch": "ng build --watch --configuration development",
     "watch": "ng build --watch --configuration development",
     "test": "ng test"
     "test": "ng test"
   },
   },