mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
Removed truffle-box config
This commit is contained in:
parent
1994d5ce31
commit
24267ca5c2
|
@ -1,18 +0,0 @@
|
|||
{
|
||||
"ignore": [
|
||||
"README.md",
|
||||
"package-lock.json"
|
||||
],
|
||||
"commands": {
|
||||
"Compile contracts": "truffle compile",
|
||||
"Migrate contracts": "truffle migrate",
|
||||
"Test contracts": "truffle test",
|
||||
"Run eslint": "npm run lint",
|
||||
"Run solium": "npm run solium",
|
||||
"Run solidity-coverage": "npm run coverage",
|
||||
"Run lint, solium, and truffle test": "npm run test"
|
||||
},
|
||||
"hooks": {
|
||||
"post-unpack": "npm install"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user