This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
image: alpine:latest
|
image: node:18-slim
|
||||||
commands:
|
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 install --frozen-lockfile
|
||||||
- pnpm prebuild
|
- pnpm prebuild
|
||||||
- pnpm build
|
- pnpm build
|
||||||
Reference in New Issue
Block a user