From cbd99e1ec8f01ed08a0cb602cb60eab6cb51daa1 Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Fri, 6 Jan 2023 13:41:46 +0000 Subject: [PATCH] try subfolder --- .devcontainer/{default => }/devcontainer.json | 0 .devcontainer/frontend/post_create_command.sh | 5 +++++ .devcontainer/{default => }/post_create_command.sh | 0 3 files changed, 5 insertions(+) rename .devcontainer/{default => }/devcontainer.json (100%) rename .devcontainer/{default => }/post_create_command.sh (100%) 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