Skip to content

Commit 5e2820b

Browse files
committed
Update rush version
1 parent 433261e commit 5e2820b

11 files changed

Lines changed: 1735 additions & 4162 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- name: Update rush shrinkwrap dependencies (for different node versions)
28-
run: node common/scripts/install-run-rush.js update --full
28+
run: node common/scripts/install-run-rush.js update --full --recheck
2929
- run: npm install rollup -g
3030
- run: npm install grunt-cli
3131
- run: npm install
32-
- run: node common/scripts/install-run-rush.js check && node common/scripts/install-run-rush.js update
32+
- run: node common/scripts/install-run-rush.js check
33+
- run: node common/scripts/install-run-rush.js update --full --recheck
3334
- run: npm run build --verbose
3435
timeout-minutes: 10
3536
- run: npm run test --verbose

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ package-deps.json
5858
package-lock.json
5959

6060
# test output
61+
**/.rush/temp/**

common/config/rush/npm-shrinkwrap.json

Lines changed: 1128 additions & 3947 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/install-run-rush.js

Lines changed: 143 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/scripts/install-run-rushx.js

Lines changed: 18 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)