소스 검색

configure build script

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

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "scripts": {
     "ng": "ng",
     "start": "ng serve --host 0.0.0.0 --port 4200",
-    "build": "ng build",
+    "build": "ng build --base-href /next/ --aot --delete-output-path",
     "watch": "ng build --watch --configuration development",
     "test": "ng test"
   },