build: switch to pnpm

This commit is contained in:
AkaraChen
2024-10-21 09:39:41 +08:00
parent bdb81fe20d
commit 2eab8fcc33
9 changed files with 17084 additions and 14231 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Run npm script
if: env.FILES_CHANGED == 'true'
run: npm run auto-gen-i18n
run: pnpm run auto-gen-i18n
- name: Create Pull Request
if: env.FILES_CHANGED == 'true'