mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 19:18:46 +00:00
chore(devcontainer): put node_modules in a volume
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pwd
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user