From 247e7451135d33c056a126e9e5fd77a24348018d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Fri, 11 Jan 2019 16:53:48 -0300 Subject: [PATCH] Compile script pre-removes the build dir. --- scripts/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/compile.sh b/scripts/compile.sh index a2509c137..d9717b575 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash +rm -rf build npx truffle compile