build: fix package install
All checks were successful
Build and Deploy / build (push) Successful in 56s

This commit is contained in:
鲁树人 2025-02-23 17:49:07 +00:00
parent 80c5fbd184
commit dcd8481e2f

View File

@ -28,7 +28,7 @@ jobs:
package_json_file: um_wasm_loader/package.json
run_install: |
- cwd: um_wasm_loader
- args: [--frozen-lockfile, --strict-peer-dependencies]
args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Build (wasm)
working-directory: um_wasm_loader
run: pnpm build