소스 검색

added cache clean script

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

+ 2 - 1
package.json

@@ -8,7 +8,8 @@
     "build:next": "ng build --base-href /next/ --aot --delete-output-path",
     "build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
     "watch": "ng build --watch --configuration development",
-    "test": "ng test"
+    "test": "ng test",
+    "clean": "ng cache clean && npm cache clean --force"
   },
   "private": true,
   "dependencies": {