Skip to content

Commit 8b9b978

Browse files
committed
Bumps node modules
1 parent b9a5834 commit 8b9b978

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
@@ -21,7 +21,7 @@ if [ $result -ne 0 ]; then
2121
fi
2222
echo ""
2323
pwd
24-
npx pnpm@latest self-update && pnpm install && pnpm up && rm -rf dist && pnpm build && pnpm package
24+
npx -y pnpm@latest self-update && pnpm install && pnpm up && rm -rf dist && pnpm build && pnpm package
2525
result=$?
2626
if [ $result -ne 0 ]; then
2727
cd "${CUR}" || exit

0 commit comments

Comments
 (0)