We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd65317 commit 4800d65Copy full SHA for 4800d65
1 file changed
.devcontainer.json
@@ -29,7 +29,7 @@
29
"type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock"
30
],
31
"name": "go-broadcast dev container",
32
- "postCreateCommand": "magex lint \u0026\u0026 magex vet \u0026\u0026 magex test",
+ "postCreateCommand": "magex lint && magex vet && magex test",
33
"remoteUser": "vscode",
34
"runArgs": [
35
"--cap-drop=ALL",
0 commit comments