Compile script pre-removes the build dir.

This commit is contained in:
Nicolás Venturo
2019-01-11 16:53:48 -03:00
parent 8c5d65de2f
commit 247e745113

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
rm -rf build
npx truffle compile