mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
ci(devcontainer): add post create script
This commit is contained in:
parent
2ae9119862
commit
07ec238eee
@ -4,5 +4,5 @@
|
||||
"ghcr.io/devcontainers/features/go:1": {},
|
||||
"ghcr.io/devcontainers/features/node:1": {}
|
||||
},
|
||||
"postCreateCommand": "go install github.com/go-task/task/v3/cmd/task@latest"
|
||||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
|
||||
}
|
||||
|
2
.devcontainer/postCreateCommand.sh
Executable file
2
.devcontainer/postCreateCommand.sh
Executable file
@ -0,0 +1,2 @@
|
||||
go install github.com/go-task/task/v3/cmd/task@latest
|
||||
(cd web && npm install)
|
73485
web/package-lock.json
generated
73485
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user