Skip to content

Commit

Permalink
chore(project): add 'flatten-production' script
Browse files Browse the repository at this point in the history
  • Loading branch information
solarHirdi committed Mar 1, 2018
1 parent b0cd43d commit 980bd79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,8 @@
"flatten-token": "./node_modules/.bin/truffle-flattener ./contracts/UBCoinToken.sol > ./deploy/UBCoinToken.sol",
"flatten-teamwallet": "./node_modules/.bin/truffle-flattener ./contracts/FreezeTokensWallet.sol > ./deploy/FreezeTokensWallet.sol",
"flatten-callback": "./node_modules/.bin/truffle-flattener ./contracts/CallbackTest.sol > ./deploy/CallbackTest.sol",
"flatten-configurator": "./node_modules/.bin/truffle-flattener ./contracts/TestConfigurator.sol > ./deploy/TestConfigurator.sol"
"flatten-configurator": "./node_modules/.bin/truffle-flattener ./contracts/TestConfigurator.sol > ./deploy/TestConfigurator.sol",
"flatten-production": "./node_modules/.bin/truffle-flattener ./contracts/Configurator.sol > ./deploy/Configurator.sol"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 980bd79

Please sign in to comment.