chore: add update deps script

This commit is contained in:
Northword 2023-04-30 14:17:23 +08:00
parent 5852ecfc9f
commit 6bfe8c28d2

View File

@ -25,7 +25,8 @@
"restart": "npm run restart-dev",
"release": "release-it",
"lint": "prettier --write . && eslint . --ext .ts --fix",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"update-deps": "npm update --save"
},
"repository": {
"type": "git",