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:
|
||||
- *install_pnpm
|
||||
- pnpm i
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
lint:
|
||||
image: node:alpine
|
||||
commands:
|
||||
- *install_pnpm
|
||||
- pnpm lint
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
npm_publish:
|
||||
image: node:alpine
|
||||
|
@ -23,4 +27,4 @@ steps:
|
|||
- npm publish
|
||||
secrets: [npm_token]
|
||||
when:
|
||||
event: tag
|
||||
- event: tag
|
||||
|
|
Loading…
Reference in a new issue