mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
8 lines
101 B
Bash
8 lines
101 B
Bash
#!/usr/bin/env sh
|
|
|
|
set -euo pipefail
|
|
set -x
|
|
|
|
npm ci
|
|
npm run build
|
|
SKIP_INTEGRATION=1 go test -v ./... |