Skip to content

Commit 999493e

Browse files
committed
Use npm to install pnpm
Corepack installs the non-standalone version, which of course doesn't work with electron-builder
1 parent d63500f commit 999493e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ init:
88

99
install:
1010
- pip install castlabs-evs
11-
- corepack enable
12-
- corepack prepare pnpm@latest-8 --activate
11+
- npm install -g @pnpm/exe
1312
- pnpm install
1413

1514
environment:

0 commit comments

Comments
 (0)