2
0

upd
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-28 21:40:58 +01:00
parent 524e691645
commit 5183879654

16
.woodpecker/pipeline.yml Normal file
View File

@@ -0,0 +1,16 @@
steps:
build-and-publish:
image: node:16
secrets:
- source: git_password
target: GITEA_TOKEN
commands:
- npm install
- npm install typescript@latest
- npm run build
# Erstellt die Authentifizierung für die Registry (URL aus package.json)
- echo "//git.familie-berner.de/api/packages/Public/npm/:_authToken=$GITEA_TOKEN" > .npmrc
- npm publish
when:
branch:
- master