Fix test commands

Aragon CLI does not come with the contracts command anymore.
This commit is contained in:
Basti 2020-02-08 17:37:26 -05:00
parent e7700d5ec7
commit 93aeea69c6
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test"
"test": "truffle test"
},
"keywords": []
}

View File

@ -25,7 +25,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test"
"test": "truffle test"
},
"keywords": []
}

View File

@ -25,7 +25,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test"
"test": "truffle test"
},
"keywords": []
}

View File

@ -25,7 +25,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test"
"test": "truffle test"
},
"keywords": []
}