5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 02:19:43 +08:00

chore: fix pnpm environment settings (#2580)

This commit is contained in:
Misite Bao 2023-04-12 20:21:25 +08:00 committed by GitHub
parent 0f791c71f4
commit 1979bca0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ tasks:
desc: Install Dependencies
aliases: [i]
cmds:
- corepack enable
- corepack prepare pnpm@8.2.0 --activate
- pnpm install
sources: