We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad7a7 commit ebc0b12Copy full SHA for ebc0b12
build.sh
@@ -80,7 +80,7 @@ fi
80
81
echo "============================================================================================="
82
echo "building..."
83
-time lerna run $bail --stream $runtarget || fail
+time npx lerna run $bail --stream $runtarget || fail
84
85
if [ "$check_compat" == "true" ]; then
86
/bin/bash scripts/check-api-compatibility.sh
0 commit comments