1 parent 67e9606 commit c6da122Copy full SHA for c6da122
1 file changed
scripts/fetch-develop.deps.sh
@@ -52,7 +52,7 @@ function dodep() {
52
echo "$repo set to branch "`git -C "$repo" rev-parse --abbrev-ref HEAD`
53
54
mkdir -p node_modules
55
- npm link "../$repo" # This does an npm install for us
+ npm link "./$repo" # This does an npm install for us
56
}
57
58
##############################
0 commit comments