Skip to content

Commit f5921bc

Browse files
committed
[OPG] Husky note
1 parent 16511a6 commit f5921bc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ git rebase upstream/master
3535

3636
That means our master branch does not reflect the full history. Old state can be restored using the release tags.
3737

38+
## Husky git Hook Scripts
39+
40+
To use local node 20 via nvm, to prepend the right path to your `.git/hooks/husky.local.sh`
41+
42+
```
43+
export PATH="/home/--insert-your-user-name--/.config/nvm/versions/node/v20.19.5/bin:$PATH"
44+
```
45+
3846
# OsmAPP – beta (Original Readme)
3947

4048
Let's create a universal app for OpenStreetMap ecosystem.

0 commit comments

Comments
 (0)