Skip to content

Commit

Permalink
Merge 2b5964f into 9ae7e83
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 14, 2021
2 parents 9ae7e83 + 2b5964f commit 0915ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies-cspell4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
ref: ${{ env.REF_BRANCH }}
- name: Update Root
run: |
npm install
npm update -S
npm i
npx npm-check-updates -t minor -u
rm -rf node_modules package-lock.json
- name: Install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test-watch": "lerna run --parallel test-watch",
"test": "lerna run test && ajv -s ./cspell.schema.json -d cspell.json",
"test-integrations": "cd ./integration-tests && npm run integration-tests",
"update-packages": "lerna exec \"npm update -S && rimraf node_modules package-lock.json && npm i\" && lerna bootstrap --no-ci",
"update-packages": "lerna exec \"npx npm-check-updates -t minor -u && rimraf node_modules package-lock.json && npm i\" && lerna bootstrap --no-ci",
"update-snapshots": "lerna run update-snapshots --scope cspell-integration-tests"
},
"repository": {
Expand Down

0 comments on commit 0915ef6

Please sign in to comment.