Skip to content

Commit

Permalink
update dep script
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Dec 2, 2024
1 parent b437e6e commit 7d05407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"test:component": "web-test-runner -- --watch --group",
"test:watch": "web-test-runner --watch --group default",
"spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
"check-updates": "npx npm-check-updates -i"
"check-updates": "npx npm-check-updates --interactive --format group"
},
"engines": {
"node": ">=14.17.0"
Expand Down

0 comments on commit 7d05407

Please sign in to comment.