chore(template): sync .w4c/workflows/ci-build.sh
This commit is contained in:
parent
b46b2a52f3
commit
4fcb63c8de
9
.w4c/workflows/ci-build.sh
Normal file
9
.w4c/workflows/ci-build.sh
Normal 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
|
||||||
Loading…
Reference in a new issue