File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies && and build lib
2525 run : |
2626 node -e "console.log(process.arch)"
27+ 2728 pnpm install
2829 pnpm run build:cli:release
2930 - name : Create rspack stats
File renamed without changes.
Original file line number Diff line number Diff line change 9797 # We need to install sass first to enable sass-loader
9898 run : |
9999 node -e "console.log(process.arch)"
100- npm i -g pnpm
101- pnpm i
100+ npm install -g pnpm@7.25.0
101+ pnpm install
102102 cargo test --all -- --nocapture
Original file line number Diff line number Diff line change 44 branches :
55 - main
66 pull_request :
7+ paths : # Only run when changes are made to rust code or root Cargo
8+ - " crates/**"
9+ - " packages/**"
10+ - " Cargo.toml"
11+ - " Cargo.lock"
12+ - " rust-toolchain.toml"
13+ - " package.json"
14+ - " pnpm-lock.yaml"
15+ - " pnpm-workspace.yaml"
716 branches :
817 - " **"
918 - " !release-**"
You can’t perform that action at this time.
0 commit comments