From 97b8ba840d50aafbd7456da123f24d0cd3db888f Mon Sep 17 00:00:00 2001 From: Wassim Chegham Date: Tue, 19 Mar 2024 21:28:40 +0100 Subject: [PATCH] ci: try npm start on post create --- .devcontainer/post-create-command.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/post-create-command.sh b/.devcontainer/post-create-command.sh index c1163967..33a536f3 100755 --- a/.devcontainer/post-create-command.sh +++ b/.devcontainer/post-create-command.sh @@ -11,3 +11,4 @@ npm i -g azure-functions-core-tools@4 --unsafe-perm true # Install monorepo dependencies npm install +npm start \ No newline at end of file