This commit is contained in:
@@ -3,8 +3,6 @@ steps:
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- wget -qO /bin/pnpm "https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64" && chmod +x /bin/pnpm
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm prebuild
|
||||
- pnpm build
|
||||
Reference in New Issue
Block a user