We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8dfe5 commit 81c94f9Copy full SHA for 81c94f9
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: install frontend dependencies
59
run: printf "@tiptap-pro:registry=https://registry.tiptap.dev/\n//registry.tiptap.dev/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
60
61
- # - run: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i
+ - run: pnpm i
62
63
- uses: tauri-apps/tauri-action@dev
64
env:
0 commit comments