2
0

typescript
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-28 21:31:07 +01:00
parent 0fccbca7b2
commit 524e691645

View File

@@ -26,6 +26,7 @@ steps:
from_secret: git_password from_secret: git_password
commands: commands:
- npm install - npm install
- npm install typescript@latest
- npm run build - npm run build
# Erstellt die Authentifizierung für die Registry (URL aus package.json) # Erstellt die Authentifizierung für die Registry (URL aus package.json)
- echo "//git.familie-berner.de/api/packages/Public/npm/:_authToken=$GITEA_TOKEN" > .npmrc - echo "//git.familie-berner.de/api/packages/Public/npm/:_authToken=$GITEA_TOKEN" > .npmrc