ci: change dir when building node package & pack
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ac9558a9ac
commit
0edf20354f
@ -15,5 +15,7 @@ steps:
|
|||||||
image: node:22.9-bookworm
|
image: node:22.9-bookworm
|
||||||
commands:
|
commands:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
|
- cd um_wasm_loader
|
||||||
- pnpm i
|
- pnpm i
|
||||||
- BUILD_SKIP_WASM_PACK=1 pnpm build
|
- BUILD_SKIP_WASM_PACK=1 pnpm build
|
||||||
|
- pnpm pack
|
||||||
|
Loading…
Reference in New Issue
Block a user