We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16511a6 commit f5921bcCopy full SHA for f5921bc
1 file changed
README.md
@@ -35,6 +35,14 @@ git rebase upstream/master
35
36
That means our master branch does not reflect the full history. Old state can be restored using the release tags.
37
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
46
# OsmAPP – beta (Original Readme)
47
48
Let's create a universal app for OpenStreetMap ecosystem.
0 commit comments