Compare commits

..

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen 9fb6996924 chore(deps): Update dependencies + tag new version
continuous-integration/woodpecker the build was successful Details
2021-12-13 20:15:32 +01:00
Ferdinand Thiessen b809f868b0 feat(ci): Added woodpecker CI 2021-12-13 20:15:26 +01:00
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ pipeline:
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc - echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > .npmrc
- yarn publish --non-interactive
secrets: [ node_auth_token ] secrets: [ node_auth_token ]
depends_on: depends_on: