Skip to content

Commit

Permalink
End with newlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Apr 22, 2024
1 parent ea63954 commit 952a758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"source=${localWorkspaceFolderBasename}-node_modules,target=${containerWorkspaceFolder}/node_modules,type=volume"
],
"postCreateCommand": "sudo chown node node_modules"
}
}
2 changes: 1 addition & 1 deletion .devcontainer/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ git config --global --add safe.directory "$PWD"
# install NPM packages
echo ""
echo "Installing packages..."
npm install --no-audit --no-fund
npm install --no-audit --no-fund

0 comments on commit 952a758

Please sign in to comment.