From 1f3d64bdb8af2314658d2f6f58641d51731d284c Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Mon, 29 Jul 2024 21:13:17 +0200 Subject: [PATCH] ignore install --- bin/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run.sh b/bin/run.sh index db9f62c..d2a052f 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -146,7 +146,7 @@ mkdir -p "${OUTPUT}" # Check yarn yarn -v -YARN_ENABLE_OFFLINE_MODE=1 yarn workspaces focus --production +# YARN_ENABLE_OFFLINE_MODE=1 yarn workspaces focus --production # Disable auto exit set +e