diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh index 87baed52..704d579f 100644 --- a/.devcontainer/postCreateCommand.sh +++ b/.devcontainer/postCreateCommand.sh @@ -3,6 +3,9 @@ # Prevent creating package-lock.json npm config set package-lock false +# We want dependencies to be siblings instead of children. +cd ../ + # Clone dependencies git clone https://github.com/phetsims/assert.git git clone https://github.com/phetsims/axon.git