From 63a6a6529d1ae969ab4bc731af3411430e0d4eb8 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Sat, 21 Sep 2019 22:32:41 -0700 Subject: [PATCH] Fix zeppelin CI run --- scripts/run-zeppelin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-zeppelin.sh b/scripts/run-zeppelin.sh index 2bd8583..1af03dd 100755 --- a/scripts/run-zeppelin.sh +++ b/scripts/run-zeppelin.sh @@ -42,4 +42,4 @@ echo ">>>>> yarn add -dev $PR_PATH" yarn add "$PR_PATH" --dev # Track perf -time npx truffle run coverage +time npx truffle run coverage --network development