You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-24 03:41:04 +03:00
Fix npm link in the build script
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
##############################
|
||||
|
||||
Reference in New Issue
Block a user