You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: