Skip to content

Commit 15d49ff

Browse files
committed
Bumps node modules
1 parent 4eb2e23 commit 15d49ff

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
@@ -51,7 +51,7 @@ if [ $result -ne 0 ]; then
5151
fi
5252
echo ""
5353
pwd
54-
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm audit --fix && pnpm build
54+
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm audit --fix && pnpm up -r && pnpm build
5555
result=$?
5656
if [ $result -ne 0 ]; then
5757
cd "${CUR}" || exit

0 commit comments

Comments
 (0)