Fix compile command
The Aragon one is failing now, but just using the underlying Truffle command works. So it appears to be the passing of the argument in aragon that's broken. Co-authored-by: Michael Bumann <hello@michaelbumann.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"build-json": "npm run compile-contracts && node ./scripts/build-json.js",
|
||||
"repl": "truffle exec scripts/repl.js",
|
||||
"seeds": "truffle exec scripts/seeds.js",
|
||||
"compile-contracts": "aragon contracts compile --all",
|
||||
"compile-contracts": "truffle compile --all",
|
||||
"bootstrap": "npm run reset:hard && npm run seeds",
|
||||
"reset": "npm run deploy:kit && npm run deploy:dao",
|
||||
"reset:hard": "npm run deploy:apps && npm run reset",
|
||||
|
||||
Reference in New Issue
Block a user