Skip to content

Commit d0dc67c

Browse files
committed
chore: wip
1 parent 6aa0333 commit d0dc67c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.stacks/ensure.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,10 @@ then
3636
fi
3737
fi
3838

39-
if ! command -v corepack &> /dev/null
40-
then
41-
echo "corepack not found. Installing corepack..."
42-
curl -L https://raw.githubusercontent.com/kristoferjoseph/flexbox-layout/master/install_corepack.sh | bash
43-
fi
44-
4539
if ! command -v pnpm &> /dev/null
4640
then
4741
echo "pnpm not found. Enabling pnpm..."
42+
corepack enable
4843
corepack install pnpm
4944
fi
5045

0 commit comments

Comments
 (0)