fix update script

This commit is contained in:
Ulf Gebhardt 2024-02-22 15:57:03 +01:00
parent b0e2ce13b9
commit 508a8c6640
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -28,7 +28,7 @@
"test": "npm run test:lint && npm run test:unit",
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build .",
"update": "npx npm-check-update"
"update": "npx npm-check-updates"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"