Skip to content

Commit

Permalink
Changed tauri_bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyonicbytes committed Nov 1, 2023
1 parent 278785d commit 0b6e634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: 8

- name: install frontend dependencies
run: cd ./examples/tauri-postgres/ && pnpm install && cd ../../ && cd ./examples/tauri-postgres/ && pnpm install && pnpm client:generate # change this to npm or pnpm depending on which one you use
run: cd ./examples/tauri-postgres/ && pnpm install --no-frozen-lockfile && cd ../../ && cd ./examples/tauri-postgres/ && pnpm install --no-frozen-lockfile && pnpm client:generate # change this to npm or pnpm depending on which one you use
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0b6e634

Please sign in to comment.