mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-19 22:56:39 +00:00
908f85db91
Signed-off-by: Xe Iaso <me@xeiaso.net>
11 lines
102 B
Bash
11 lines
102 B
Bash
#!/usr/bin/env bash
|
|
|
|
pwd
|
|
|
|
npm ci &
|
|
go mod download &
|
|
go install ./utils/cmd/... &
|
|
cargo fetch &
|
|
|
|
wait
|