Skip to content

Commit 7cdf02f

Browse files
committed
Bumps node modules
1 parent c52fbb2 commit 7cdf02f

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm audit --fix && pnpm up -r && pnpm lint-fix && pnpm build
24+
npx -y pnpm@latest self-update && pnpm install -r && pnpm up -r && pnpm audit --fix && pnpm up -r && pnpm lint-fix && pnpm build && pnpm install -r
2525
result=$?
2626
if [ $result -ne 0 ]; then
2727
cd "${CUR}" || exit

0 commit comments

Comments
 (0)