Add beforeBuildCommand so that tauri knows what to do.

This commit is contained in:
Ryan Rawlings 2024-02-11 22:52:32 -07:00
parent c110ac9bf7
commit 8a02f4e52d

View file

@ -1,4 +1,7 @@
{
"build": {
"beforeBuildCommand": "yarn run vue-cli-service build"
},
"tauri": {
"bundle": {
"active": true,