Skip to content

Commit

Permalink
Bumps node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
poad committed May 9, 2024
1 parent fa43d09 commit dc7b343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ $result -ne 0 ]; then
fi
echo ""
pwd
pnpm install && pnpm up && pnpm lint-fix && rm -rf dist && pnpm build && pnpm package
corepack use pnpm@latest && pnpm install && pnpm up && pnpm lint-fix && rm -rf dist && pnpm build && pnpm package
result=$?
if [ $result -ne 0 ]; then
cd "${CUR}" || exit
Expand Down

0 comments on commit dc7b343

Please sign in to comment.