From 508a8c66406a1233223e998e3bbf96b8f52528cd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 22 Feb 2024 15:57:03 +0100 Subject: [PATCH] fix update script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cbfb771..fd24a03 100644 --- a/package.json +++ b/package.json @@ -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"