diff --git a/.devcontainer/default/devcontainer.json b/.devcontainer/devcontainer.json similarity index 100% rename from .devcontainer/default/devcontainer.json rename to .devcontainer/devcontainer.json diff --git a/.devcontainer/frontend/post_create_command.sh b/.devcontainer/frontend/post_create_command.sh index 983576b9..001ea00e 100644 --- a/.devcontainer/frontend/post_create_command.sh +++ b/.devcontainer/frontend/post_create_command.sh @@ -1,2 +1,7 @@ # ensure pre-commit is installed pre-commit install + +# npm install in /website +cd website +npm install +cd .. \ No newline at end of file diff --git a/.devcontainer/default/post_create_command.sh b/.devcontainer/post_create_command.sh similarity index 100% rename from .devcontainer/default/post_create_command.sh rename to .devcontainer/post_create_command.sh