mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Fixing woodpecker.
This commit is contained in:
parent
185068fbd0
commit
00a61950ab
1 changed files with 12 additions and 7 deletions
|
@ -1,13 +1,18 @@
|
|||
steps:
|
||||
yarn:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- yarn
|
||||
variables:
|
||||
- &install_pnpm "corepack enable pnpm"
|
||||
|
||||
yarn_lint:
|
||||
steps:
|
||||
install:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- yarn lint
|
||||
- *install_pnpm
|
||||
- pnpm i
|
||||
|
||||
lint:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- *install_pnpm
|
||||
- pnpm lint
|
||||
|
||||
npm_publish:
|
||||
image: node:alpine
|
||||
|
|
Loading…
Reference in a new issue