chore: fix name of backoff-retry, expose in devcontainer
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
1a9d8fb0cf
commit
d6298adc6d
3 changed files with 15 additions and 4 deletions
9
.devcontainer/poststart.sh
Normal file
9
.devcontainer/poststart.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
pwd
|
||||
|
||||
npm ci &
|
||||
go mod download &
|
||||
go install ./utils/cmd/... &
|
||||
|
||||
wait
|
||||
Loading…
Add table
Add a link
Reference in a new issue