We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be4da33 commit 2bbeb06Copy full SHA for 2bbeb06
package.json
@@ -557,5 +557,5 @@
557
"zod"
558
]
559
},
560
- "packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
+ "packageManager": "pnpm@10.8.0"
561
}
update.sh
@@ -21,7 +21,7 @@ if [ $result -ne 0 ]; then
21
fi
22
echo ""
23
pwd
24
-rm -rf node_modules && npx corepack use pnpm@latest && pnpm install -r && pnpm up -r && pnpm build
+rm -rf node_modules && npx pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
25
result=$?
26
if [ $result -ne 0 ]; then
27
cd "${CUR}" || exit
0 commit comments