Updates, inlining, fix for container restarts
This commit is contained in:
@@ -10,6 +10,14 @@ depends_on:
|
||||
- ci
|
||||
|
||||
steps:
|
||||
- name: Site build
|
||||
image: node:22-alpine
|
||||
commands:
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@10.29.2 --activate
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm build
|
||||
|
||||
- name: Docker image build
|
||||
image: docker:latest
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user