Skip to content

Commit 81c94f9

Browse files
authored
Update main.yml
1 parent ce8dfe5 commit 81c94f9

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: install frontend dependencies
5959
run: printf "@tiptap-pro:registry=https://registry.tiptap.dev/\n//registry.tiptap.dev/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
6060

61-
# - run: npm config set "//registry.tiptap.dev/:_authToken" ${{secrets.NPM_TOKEN}} && npm i
61+
- run: pnpm i
6262

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

0 commit comments

Comments
 (0)