Skip to content

Commit 5c11f8d

Browse files
committed
Bumps node modules
1 parent e723f1b commit 5c11f8d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

update.sh

Lines changed: 5 additions & 5 deletions
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 -r && pnpm up -r && pnpm build
24+
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
2525
result=$?
2626
if [ $result -ne 0 ]; then
2727
cd "${CUR}" || exit
@@ -36,7 +36,7 @@ if [ $result -ne 0 ]; then
3636
fi
3737
echo ""
3838
pwd
39-
npx pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
39+
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
4040
result=$?
4141
if [ $result -ne 0 ]; then
4242
cd "${CUR}" || exit
@@ -51,7 +51,7 @@ if [ $result -ne 0 ]; then
5151
fi
5252
echo ""
5353
pwd
54-
npx pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
54+
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
5555
result=$?
5656
if [ $result -ne 0 ]; then
5757
cd "${CUR}" || exit
@@ -66,7 +66,7 @@ if [ $result -ne 0 ]; then
6666
fi
6767
echo ""
6868
pwd
69-
npx pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
69+
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
7070
result=$?
7171
if [ $result -ne 0 ]; then
7272
cd "${CUR}" || exit
@@ -82,7 +82,7 @@ if [ $result -ne 0 ]; then
8282
fi
8383
echo ""
8484
pwd
85-
npx pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
85+
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm build
8686
result=$?
8787
if [ $result -ne 0 ]; then
8888
cd "${CUR}" || exit

0 commit comments

Comments
 (0)