Skip to content

Commit

Permalink
ci(devcontainer): add post create script
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Oct 11, 2024
1 parent 2ae9119 commit 07ec238
Show file tree
Hide file tree
Showing 3 changed files with 37,883 additions and 35,606 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 0 deletions .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go install github.com/go-task/task/v3/cmd/task@latest
(cd web && npm install)
Loading

0 comments on commit 07ec238

Please sign in to comment.