Skip to content

Commit

Permalink
ci: Make sure package.json gets updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Dec 14, 2021
1 parent 9ae7e83 commit 2b5964f
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
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
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 2b5964f

Please sign in to comment.