mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
Fixing woodpecker. (#255)
This commit is contained in:
parent
5157c28aba
commit
848ef4fb3a
1 changed files with 5 additions and 1 deletions
|
@ -7,12 +7,16 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- *install_pnpm
|
- *install_pnpm
|
||||||
- pnpm i
|
- pnpm i
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
commands:
|
commands:
|
||||||
- *install_pnpm
|
- *install_pnpm
|
||||||
- pnpm lint
|
- pnpm lint
|
||||||
|
when:
|
||||||
|
- event: pull_request
|
||||||
|
|
||||||
npm_publish:
|
npm_publish:
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
|
@ -23,4 +27,4 @@ steps:
|
||||||
- npm publish
|
- npm publish
|
||||||
secrets: [npm_token]
|
secrets: [npm_token]
|
||||||
when:
|
when:
|
||||||
event: tag
|
- event: tag
|
||||||
|
|
Loading…
Reference in a new issue