chore: add tauri clean

This commit is contained in:
ascarbek 2023-03-07 13:28:49 +06:00
parent aab62f4048
commit 0a3231cd9a

View File

@ -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"
},