Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / build (push) Failing after 0s

This commit is contained in:
thomas 2024-09-22 12:51:52 +02:00
parent 43a472a2cb
commit ad7ae3c5bb

View File

@ -16,7 +16,7 @@ jobs:
run: echo "Downloading dependencies."
- run: npm ci --cache .npm --prefer-offline
- name: Build
- run: echo "Building application."
run: echo "Building application."
- run: npm run build --cache .npm --prefer-offline
- name: Dockerize
env: