There was an error while loading. Please reload this page.
1 parent d14478d commit f8091bcCopy full SHA for f8091bc
1 file changed
build_cli.sh
@@ -1,5 +1,10 @@
1
#!/usr/bin/env bash
2
3
+if [[ "${SHOULD_BUILD_CLI}" == "no" ]]; then
4
+ echo "Skipping CLI build"
5
+ return 0
6
+fi
7
+
8
set -ex
9
10
cd cli
0 commit comments