woodpecker test 9

This commit is contained in:
Rodrigo Verdiani 2025-10-28 19:22:45 -03:00
parent 9b5572c970
commit 8196548f1d

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]