Skip to content

Commit bbde367

Browse files
committed
chore: add rsdoctor diff action
1 parent f19d67c commit bbde367

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci-diff.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
- name: Link packages and install dependencies
7474
working-directory: rspack-diff-minimal
7575
run: |
76-
# Update package.json to link local packages
77-
# From rspack-diff-minimal, rspack root is at ../rspack
78-
npm pkg set "devDependencies.@rspack/binding=link:../rspack/crates/node_binding"
79-
npm pkg set "devDependencies.@rspack/core=link:../rspack/packages/rspack"
80-
npm pkg set "devDependencies.@rspack/cli=link:../rspack/packages/rspack-cli"
8176
pnpm install
8277
8378
- name: Build demo project

0 commit comments

Comments
 (0)