2
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy-js-client.git synced 2025-01-08 19:21:34 +00:00
lemmy-js-client/.woodpecker.yml
Dessalines 68f0b8152f
Upgrading deps ()
* Upgrading deps

* Upgrading node
2023-05-10 11:15:51 -04:00

20 lines
382 B
YAML

pipeline:
yarn:
image: node:alpine
commands:
- yarn
yarn_lint:
image: node:alpine
commands:
- yarn lint
npm_publish:
image: node:alpine
commands:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
- echo "email = tyhou13@gmx.com" >> ~/.npmrc
- npm publish
secrets: [npm_token]
when:
event: tag