diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4d3a9b6..feab8ba 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,4 +19,4 @@ "source=${localWorkspaceFolderBasename}-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume" ], "postCreateCommand": "sudo chown node node_modules" -} \ No newline at end of file +} diff --git a/.devcontainer/startup.sh b/.devcontainer/startup.sh index 3a2b26d..27a4b33 100644 --- a/.devcontainer/startup.sh +++ b/.devcontainer/startup.sh @@ -8,4 +8,4 @@ git config --global --add safe.directory "$PWD" # install NPM packages echo "" echo "Installing packages..." -npm install --no-audit --no-fund \ No newline at end of file +npm install --no-audit --no-fund