Skip to content

Commit

Permalink
Bumps node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
poad committed Feb 17, 2025
1 parent 742bc46 commit d8b33ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"yarn": "use pnpm please!",
"pnpm": ">=8.7.4"
},
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ $result -ne 0 ]; then
fi
echo ""
pwd
pnpm install && pnpm up -r && pnpm lint-fix && pnpm all
npx corepack use pnpm@latest && pnpm install && pnpm up -r && pnpm lint-fix && pnpm all
result=$?
if [ $result -ne 0 ]; then
cd "${CUR}"
Expand Down

0 comments on commit d8b33ee

Please sign in to comment.