Skip to content

Commit ebc0b12

Browse files
committed
chore: build.sh script requires lerna to be globally installed
1 parent 21ad7a7 commit ebc0b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fi
8080

8181
echo "============================================================================================="
8282
echo "building..."
83-
time lerna run $bail --stream $runtarget || fail
83+
time npx lerna run $bail --stream $runtarget || fail
8484

8585
if [ "$check_compat" == "true" ]; then
8686
/bin/bash scripts/check-api-compatibility.sh

0 commit comments

Comments
 (0)