Fix bench build script

This commit is contained in:
Wilson Lin 2021-08-09 23:09:52 +10:00
parent 1fc0fb55a4
commit de3df3b0fb
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ shopt -s nullglob
pushd "$(dirname "$0")" >/dev/null
pushd runners >/dev/null
npm i
for r in *; do
if [ ! -d "$r" ]; then
continue