chore(template): sync .w4c/workflows/ci-build.sh

This commit is contained in:
SemianiakaVY 2026-09-17 21:07:20 +00:00
parent 899990dfce
commit c2ec7d3ab7

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
npm ci
echo '→ lint'
npm run lint
echo '→ test'
npm test -- --run
echo '→ build'
npm run build