We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81026f8 commit 032c45eCopy full SHA for 032c45e
1 file changed
update.sh
@@ -20,7 +20,7 @@ if [ $result -ne 0 ]; then
20
fi
21
echo ""
22
pwd
23
-npx -y pnpm@latest self-update && pnpm install && pnpm up && pnpm audit --fix && pnpm lint-fix && pnpm build
+npx -y pnpm@latest self-update && pnpm install && pnpm up && pnpm audit --fix && pnpm up && pnpm lint-fix && pnpm build
24
result=$?
25
if [ $result -ne 0 ]; then
26
cd "${CUR}" || exit
0 commit comments