From dc28f17ebe2c7006038900f29d94d6af7579ec7d Mon Sep 17 00:00:00 2001 From: Chan Date: Sun, 7 Jul 2024 04:12:20 +0900 Subject: [PATCH] build: add shell script --- .devcontainer/devcontainer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 93e128c..3c2f729 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,10 +36,7 @@ // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": [ - "npm -v", - "nvm -v", - "nvm install 20", - "npm install -g yarn", + "source $NVM_DIR/nvm.sh", "yarn install", "npx playwright install-deps", "npx playwright install"