fix linkchecker invocation in CI

This commit is contained in:
Damien Elmes 2021-12-20 17:41:13 +10:00
parent a3b09b0c81
commit 4f64494573

View file

@ -14,7 +14,7 @@ echo "+++ Building and testing"
# move existing node_modules into tree
test -e /state/node_modules && mv /state/node_modules .
$BAZEL test $BUILDARGS ... //rslib:links
$BAZEL test $BUILDARGS ... //rslib/linkchecker
echo "--- Building wheels"
$BAZEL build dist