woodpecker test 8

This commit is contained in:
Rodrigo Verdiani 2025-10-28 19:21:53 -03:00
parent 2137bc8a03
commit 53c29915ce

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]