diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 71c33525..7e93be4c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,7 @@ "autoForward": "silent" } }, - "postCreateCommand": "mkdir -p config && npm install -g mystmd && rye sumc", + "postCreateCommand": "mkdir -p config && npm install -g mystmd && rye sync", "updateContentCommand": "rye sync", "containerEnv": { "DEVCONTAINER": "1"