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
If a Tauri app is present in one package within a Yarn workspace, the check for yarn.lock fails because it's in the root directory of the workspace, not the package.
The same problem happens with pnpm. Because of it it used npm to install tauri cli, which downloaded v1 even for projects using v2. I was able to fix it using tauriScript: pnpm --filter=@modrinth/app run tauri
If a Tauri app is present in one package within a Yarn workspace, the check for
yarn.lock
fails because it's in the root directory of the workspace, not the package.tauri-action/packages/core/index.ts
Line 28 in f564b01
The text was updated successfully, but these errors were encountered: