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

This commit is contained in:
SemianiakaVY 2026-09-17 21:07:39 +00:00
parent 6d03274101
commit 22625a82ae

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