Does it possible to run a command just to build tauri app,
and in separate command run tauri bundle?
Because after the build I need to do few things.
Maybe the right thing to do is beforeBundleCommand?
Also, should I use cargo tauri build in github action? (it takes long time to compile it everytime) and I didn't found a way to cache tauri-cli