Skip to content

Commit

Permalink
chore(codescapes): use env variables in postCreateCommand properly
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jan 5, 2024
1 parent 7ce8f7b commit 9d0c698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ApiDOM Codespace",
"build": { "dockerfile": "Dockerfile" },
"postCreateCommand": "set PATH=\"/tmp/emsdk:/tmp/emsdk/upstream/emscripten:${PATH}\" && set EMSDK=\"/tmp/emsdk\""
"postCreateCommand": "export PATH=\"/tmp/emsdk:/tmp/emsdk/upstream/emscripten:${PATH}\" && export EMSDK=\"/tmp/emsdk\""
}

0 comments on commit 9d0c698

Please sign in to comment.