update script

This commit is contained in:
Cory LaViska
2024-12-02 13:36:49 -05:00
parent db544ed2bc
commit 670a5982f3

View File

@@ -64,8 +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",
"list-outdated-dependencies": "npm-check-updates --format repo --peer",
"update-dependencies": "npm-check-updates --peer -u && npm install"
"check-updates": "npx npm-check-updates -i"
},
"engines": {
"node": ">=14.17.0"