Fix build workflow

This commit is contained in:
Silvano Cerza 2025-05-13 09:42:03 +02:00
parent 69841aa574
commit c62afe938b

View file

@ -20,8 +20,9 @@ jobs:
- name: Build plugin
run: |
npm install
npm run build
npm install -g pnpm@latest-10
pnpm install
pnpm build
- name: Create release
env: