Skip to content

Commit

Permalink
Update rush.json version (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Jan 31, 2025
1 parent 0174b99 commit 8e0cc93
Show file tree
Hide file tree
Showing 9 changed files with 1,253 additions and 6,395 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Update rush shrinkwrap dependencies (for different node versions)
run: node common/scripts/install-run-rush.js update --full
run: node common/scripts/install-run-rush.js update --full --recheck
- run: npm install rollup -g
- run: npm install grunt-cli
- run: npm install
- run: node common/scripts/install-run-rush.js check
- run: node common/scripts/install-run-rush.js install
- run: node common/scripts/install-run-rush.js update --full --recheck
- run: npm run build --verbose
timeout-minutes: 10
- run: npm run test --verbose
Expand Down
6,616 changes: 514 additions & 6,102 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

193 changes: 152 additions & 41 deletions common/scripts/install-run-rush-silent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 10 additions & 7 deletions common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions common/scripts/install-run-rushx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e0cc93

Please sign in to comment.