Skip to content

Commit 7618b56

Browse files
fi3eworkampagent
andcommitted
fix: use correct binding dependency install command
rspack does not have an install-binding-dependencies script. The actual command from reusable-build-build.yml is: cd crates/node_binding && pnpm i --ignore-workspace --no-lockfile Amp-Thread-ID: https://ampcode.com/threads/T-019d29d2-39df-76ce-8a7b-fd06c8874b65 Co-authored-by: Amp <amp@ampcode.com>
1 parent a04a873 commit 7618b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/prepare-rspack-binding/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
run: |
5555
cd ${{ inputs.path }}
5656
pnpm i --frozen-lockfile
57-
pnpm run install-binding-dependencies
57+
cd crates/node_binding && pnpm i --ignore-workspace --no-lockfile && cd ../..
5858
cargo codegen
5959
pnpm run build:binding:release
6060
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)