Skip to content

Commit 63286f2

Browse files
authored
--force flag with pnpm
1 parent 4fbb802 commit 63286f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: install frontend dependencies
6060
run: printf "@tiptap-pro:registry=https://registry.tiptap.dev/\n//registry.tiptap.dev/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
6161

62-
- run: pnpm i
62+
- run: pnpm i --force
6363

6464
- uses: tauri-apps/tauri-action@dev
6565
env:

0 commit comments

Comments
 (0)