Skip to content

Commit

Permalink
Updated to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDaya committed Aug 30, 2024
1 parent 86d0882 commit 6b4b41a
Show file tree
Hide file tree
Showing 3 changed files with 4,770 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'bun' # Set this to npm, yarn or pnpm.
cache: 'pnpm' # Set this to npm, yarn or pnpm.

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand All @@ -53,7 +53,7 @@ jobs:

- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: bun install # change this to npm or pnpm depending on which one you use.
run: pnpm install # change this to npm or pnpm depending on which one you use.

- uses: tauri-apps/tauri-action@v0
env:
Expand Down
Loading

0 comments on commit 6b4b41a

Please sign in to comment.