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

This commit is contained in:
SemianiakaVY 2026-09-17 21:07:29 +00:00
parent b46b2a52f3
commit 4fcb63c8de

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