Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 2710e74ed3 chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build was successful Details
2021-12-13 17:33:38 +01:00
Ferdinand Thiessen af89e7f63d feat(ci): Added woodpecker CI 2021-12-13 17:33:33 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
pipeline: pipeline:
lint: lint:
when:
branch: [main, develop]
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- yarn install - yarn install
@ -9,9 +11,9 @@ pipeline:
when: when:
event: tag event: tag
tag: v* tag: v*
branch: [main, develop]
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- yarn publish --non-interactive - yarn publish --non-interactive
secrets: [ node_auth_token ] secrets: [ node_auth_token ]
branches: [main, develop]