Fix Git hooks ownership in devcontainer setup #56

Merged
Philipp merged 1 commits from fix-hook-install into main 2025-12-31 18:55:46 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 7506643773 - Show all commits

View File

@@ -5,7 +5,7 @@ git config --global --add safe.directory $(pwd)
# In your setup.sh or postCreateCommand
sudo chown -R node:node /home/node/.cache/
sudo chown -R node:node .git/hooks
# 2. Re-connect Git Hooks
pre-commit install
pre-commit install-hooks

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
/node_modules/
/node_modules/.cache/
/coverage/