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