From 05121a60abd286122e4d6e7594f1cfcef85a69d0 Mon Sep 17 00:00:00 2001 From: Marla Schulz Date: Mon, 14 Nov 2022 10:33:05 -0700 Subject: [PATCH] cd out of sim repo, see: https://github.com/phetsims/chipper/issues/1353 --- .devcontainer/postCreateCommand.sh | 3 +++ 1 file changed, 3 insertions(+) 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