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:
parent
dd76ebdc8d
commit
03b9f69d22
31256
package-lock.json
generated
Normal file
31256
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user