소스 검색

chore: add tauri clean

ascarbek 2 년 전
부모
커밋
3f3d30856d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      frontend/appflowy_tauri/package.json

+ 1 - 0
frontend/appflowy_tauri/package.json

@@ -11,6 +11,7 @@
     "test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
     "test:errors": "eslint --quiet --ext .js,.ts,.tsx .",
     "test:prettier": "yarn prettier --list-different src",
+    "tauri:clean": "cargo make --cwd .. tauri_clean",
     "tauri:dev": "tauri dev",
     "test": "jest"
   },