Deploy contracts enable again

This commit is contained in:
Javier Cortejoso 2018-11-30 16:22:10 +01:00
parent 43b496ab56
commit 502d556389
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Must be set to true for the first run, change it to "false" to avoid migrating the smart contracts on each run.
export DEPLOY_CONTRACTS="false"
export DEPLOY_CONTRACTS="true"
# Ganache specific option, these two options have no effect when not running ganache-cli
export GANACHE_DATABASE_PATH="."
export REUSE_DATABASE="false"