update workflow
Some checks failed
Build ESLint Config on Tag / build (push) Failing after 9s

This commit is contained in:
2025-12-21 18:59:24 +01:00
parent 2b91edfff0
commit 4093727ed8

View File

@@ -24,6 +24,15 @@ jobs:
- name: Build
run: bun run build
- name: Verify dist
run: |
if [ ! -f "dist/index.js" ]; then
echo "ERROR: dist/index.js not found"
ls -la dist
exit 1
fi
- name: Get version from package.json
id: pkg
run: |