Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 5ecee9d66f chore(deps): Update dependencies + tag new version
continuous-integration/drone the build is pending Details
continuous-integration/woodpecker the build is pending Details
2021-12-08 17:48:49 +01:00
Ferdinand Thiessen fa4f4d8c2f feat(ci): Added woodpecker CI
continuous-integration/woodpecker the build was successful Details
2021-12-08 17:33:23 +01:00
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
pipeline: pipeline:
lint: lint:
when:
branch: [main, develop]
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- yarn install - yarn install
@ -11,9 +9,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]