Skip to content

Commit 9928909

Browse files
authored
Merge pull request #18 from jswhisperer/main
Fix build
2 parents 265bf92 + 81c94f9 commit 9928909

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: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i
62+
- run: pnpm i
6363

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

0 commit comments

Comments
 (0)