From 952a758cadf94dd5ad990b7985ace7702d59e47b Mon Sep 17 00:00:00 2001 From: "Kees C. Bakker" Date: Mon, 22 Apr 2024 08:07:17 +0000 Subject: [PATCH] End with newlines. --- .devcontainer/devcontainer.json | 2 +- .devcontainer/startup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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