Compare commits
2 Commits
4f21ecca83
...
5f313d7996
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f313d7996 | |||
| 3f19a64809 |
@@ -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
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
/node_modules/
|
/node_modules/
|
||||||
/node_modules/.cache/
|
/node_modules/.cache/
|
||||||
|
/coverage/
|
||||||
|
|||||||
Reference in New Issue
Block a user