From 4f16042514262bd0dad7805c6b346a845608a912 Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 3 Mar 2024 13:13:31 +0800 Subject: [PATCH] chore(projects): update scripts update-pkg --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a936ae9..d258470 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "release-execute": "tsx ./scripts/release.ts && pnpm soy changelog", "stub": "pnpm -r run stub", "typecheck": "tsc --noEmit --skipLibCheck", - "update-pkg": "soy ncu" + "update-pkg": "soy update-pkg" }, "dependencies": { "@soybeanjs/changelog": "0.3.13",