Compare commits

..

1 Commits

Author SHA1 Message Date
7d6d12fd3b chore(deps): update dependency glob to v11.1.0
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m56s
2025-12-28 04:25:54 +00:00
2 changed files with 1 additions and 2 deletions

View File

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

1
.gitignore vendored
View File

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