From c1b63f05b6a12b292ad0da4e3deb62d022e6a6a1 Mon Sep 17 00:00:00 2001 From: Aron Date: Sat, 21 Dec 2024 02:05:07 +0800 Subject: [PATCH] Update submodule script command in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 301e24b4b..a89537035 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "type": "module", "scripts": { - "vercel-install": "node ./submodules", + "submodules": "pnpm dlx tsx submodules", "postinstall": "pnpm dlx husky install", "build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" build", "build:examples": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./examples/*\" --parallel build",