From 0a3231cd9a44bc974114f323ec3308173eae1ccd Mon Sep 17 00:00:00 2001 From: ascarbek Date: Tue, 7 Mar 2023 13:28:49 +0600 Subject: [PATCH] chore: add tauri clean --- frontend/appflowy_tauri/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/appflowy_tauri/package.json b/frontend/appflowy_tauri/package.json index fbdf92a863..e7511d6e1d 100644 --- a/frontend/appflowy_tauri/package.json +++ b/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" },