We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2c0c8 commit dec1d12Copy full SHA for dec1d12
.circleci/config.yml
@@ -9,7 +9,11 @@ commands:
9
- run:
10
name: Install pnpm package manager
11
command: |
12
+ echo "Before: corepack version => $(corepack --version || echo 'not installed')"
13
+ sudo npm install -g corepack@latest
14
+ echo "After : corepack version => $(corepack --version)"
15
sudo corepack enable
16
+ pnpm --version
17
pnpm config set store-dir ~/repo/.pnpm-store
18
- restore_cache:
19
name: Restore pnpm package cache
0 commit comments