mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 16:28:17 +00:00
11 lines
172 B
Bash
11 lines
172 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo chown -R vscode:vscode ./node_modules
|
|
|
|
npm ci &
|
|
go mod download &
|
|
go install ./utils/cmd/... &
|
|
go install mvdan.cc/sh/v3/cmd/shfmt@latest &
|
|
|
|
wait
|