tigger 1 год назад
Родитель
Сommit
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:next": "ng build --base-href /next/ --aot --delete-output-path",
     "build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
     "build:prod": "ng build --configuration production --output-path dist/rc --aot --delete-output-path",
     "watch": "ng build --watch --configuration development",
     "watch": "ng build --watch --configuration development",
-    "test": "ng test"
+    "test": "ng test",
+    "clean": "ng cache clean && npm cache clean --force"
   },
   },
   "private": true,
   "private": true,
   "dependencies": {
   "dependencies": {