woodpecker test 9
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful

This commit is contained in:
Rodrigo Verdiani 2025-10-28 19:22:45 -03:00
parent 53c29915ce
commit 7b55edb2ca

View File

@ -24,7 +24,7 @@ steps:
- name: build
image: node:18-alpine
commands:
- echo "🏗️ Building application...."
- echo "🏗️ Building application..."
- npm run build
when:
event: [push, pull_request]