Browse Source

chore: add tauri clean

ascarbek 2 years ago
parent
commit
0a3231cd9a
1 changed files with 1 additions and 0 deletions
  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"
   },