Skip to content

Commit 032c45e

Browse files
committed
Bumps node modules
1 parent 81026f8 commit 032c45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ $result -ne 0 ]; then
2020
fi
2121
echo ""
2222
pwd
23-
npx -y pnpm@latest self-update && pnpm install && pnpm up && pnpm audit --fix && pnpm lint-fix && pnpm build
23+
npx -y pnpm@latest self-update && pnpm install && pnpm up && pnpm audit --fix && pnpm up && pnpm lint-fix && pnpm build
2424
result=$?
2525
if [ $result -ne 0 ]; then
2626
cd "${CUR}" || exit

0 commit comments

Comments
 (0)