- improve the devcontainer by also building the pr-collector within

This commit is contained in:
Mike Penz
2023-07-12 19:13:21 +00:00
committed by GitHub
parent 3b1ae42e11
commit 4ba114bca1
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm install",
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
// Configure tool-specific properties.
// "customizations": {},