Fix npm link in the build script
This commit is contained in:
parent
67e9606d55
commit
c6da122e41
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function dodep() {
|
||||||
echo "$repo set to branch "`git -C "$repo" rev-parse --abbrev-ref HEAD`
|
echo "$repo set to branch "`git -C "$repo" rev-parse --abbrev-ref HEAD`
|
||||||
|
|
||||||
mkdir -p node_modules
|
mkdir -p node_modules
|
||||||
npm link "../$repo" # This does an npm install for us
|
npm link "./$repo" # This does an npm install for us
|
||||||
}
|
}
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
Loading…
Reference in a new issue