Fixing woodpecker. (#255)

This commit is contained in:
Dessalines 2024-03-27 10:12:49 -04:00 committed by GitHub
parent 5157c28aba
commit 848ef4fb3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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