Selaa lähdekoodia

chore: add tauri clean

ascarbek 2 vuotta sitten
vanhempi
commit
0a3231cd9a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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"
   },