This commit is contained in:
parent
75bd95067f
commit
1be2112524
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@ platform:
|
|||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
image: gplane/pnpm:14-alpine
|
||||
image: gplane/pnpm:node14-alpine
|
||||
commands:
|
||||
- pnpm install --frozen-lockfile
|
||||
- name: Check formatting
|
||||
image: gplane/pnpm:14-alpine
|
||||
image: gplane/pnpm:node14-alpine
|
||||
commands:
|
||||
- pnpm format:check
|
||||
- name: Build site
|
||||
image: gplane/pnpm:14-alpine
|
||||
image: gplane/pnpm:node14-alpine
|
||||
commands:
|
||||
- pnpm build
|
||||
- name: Deploy site
|
||||
|
|
Loading…
Reference in a new issue