Open atollk opened 6 days ago
Hi @atollk, indeed I don't include it because in most Tauri app it's installed in dev dependencies as @tauri/cli
in your package.json
. But maybe that's not how your project is setup and/or you don't install dev deps in your workflow?
I could add a RUN cargo install tauri-cli
in dorckerfiles.
Hey, I found this image via Google in search of an image I can use for my CI job to build my Tauri target. I noticed that they don't include the
tauri-cli
package though; wouldn't it make sense to include that? Or is that not the purpose?