Skip to content

Commit 632e98f

Browse files
committed
Update install script to use 'node ./submodules' instead of 'pnpm dlx tsx submodules'
1 parent ffb8c36 commit 632e98f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"type": "module",
44
"scripts": {
5-
"submodules": "pnpm dlx tsx submodules",
5+
"vercel-install": "node ./submodules",
66
"postinstall": "pnpm dlx husky install",
77
"build": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./packages/*\" build",
88
"build:examples": "cross-env NODE_OPTIONS=--max-old-space-size=16384 pnpm --filter \"./examples/*\" --parallel build",

submodules.ts submodules.js

File renamed without changes.

0 commit comments

Comments
 (0)