Skip to content

Commit c62afe9

Browse files
committed
Fix build workflow
1 parent 69841aa commit c62afe9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020

2121
- name: Build plugin
2222
run: |
23-
npm install
24-
npm run build
23+
npm install -g pnpm@latest-10
24+
pnpm install
25+
pnpm build
2526
2627
- name: Create release
2728
env:

0 commit comments

Comments
 (0)