mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 09:48:08 -04:00
10 lines
88 B
Bash
10 lines
88 B
Bash
#!/usr/bin/env bash
|
|
|
|
pwd
|
|
|
|
npm ci &
|
|
go mod download &
|
|
go install ./utils/cmd/... &
|
|
|
|
wait
|