Skip to content

Commit

Permalink
Fix npm link in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Sep 17, 2018
1 parent 67e9606 commit c6da122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-develop.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function dodep() {
echo "$repo set to branch "`git -C "$repo" rev-parse --abbrev-ref HEAD`

mkdir -p node_modules
npm link "../$repo" # This does an npm install for us
npm link "./$repo" # This does an npm install for us
}

##############################
Expand Down

0 comments on commit c6da122

Please sign in to comment.