Compare commits

..

No commits in common. "a76b159eb361d371ff8838898000ef78831a1398" and "a62664de3ef1f2a0dd8055eb0e4661408b44f94e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,7 @@ if hash corepack 2> /dev/null; then
alias npm="corepack npm" alias npm="corepack npm"
alias npx="corepack npx" alias npx="corepack npx"
if ! hash prettier 2> /dev/null; then if ! hash prettier 2> /dev/null; then
alias prettier="pnpx prettier --cache --ignore-unknown" alias prettier="pnpm exec prettier --cache --ignore-unknown"
fi fi
else else
echo "Information: corepack is not installed." echo "Information: corepack is not installed."

View File

@ -602,7 +602,7 @@ if hash corepack 2>/dev/null; then
alias npm="corepack npm" alias npm="corepack npm"
alias npx="corepack npx" alias npx="corepack npx"
if ! hash prettier 2>/dev/null; then if ! hash prettier 2>/dev/null; then
alias prettier="corepack pnpx prettier --cache --ignore-unknown" alias prettier="pnpm exec prettier --cache --ignore-unknown"
fi fi
else else
echo "Information: corepack is not installed." echo "Information: corepack is not installed."