corepack should not write to package.json
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
鲁树人 2024-09-24 22:19:11 +01:00
parent 086232b9e2
commit 035cff71f3

View File

@ -29,7 +29,7 @@ steps:
depends_on:
- "build (wasm_pack)"
commands:
- corepack enable
- corepack enable pnpm
- cd um_wasm_loader
- pnpm i
- BUILD_SKIP_WASM_PACK=1 pnpm build