소스 검색

added build:prod script
added production build script

tigger 1 년 전
부모
커밋
049975f027
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -5,6 +5,7 @@
     "ng": "ng",
     "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",
     "watch": "ng build --watch --configuration development",
     "test": "ng test"
   },