Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed Apr 17, 2020
1 parent 06029ac commit d78ace7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"lint:sol": "solhint 'contracts/**/*.sol'",
"lint:sol:prettier:fix": "prettier --write \"contracts/**/*.sol\"",
"migrate": "truffle migrate",
"deploy:kovan": "npm run build && npm run migrate -- --network kovan"
"deploy:development": "npm run build && npm run migrate -- --network development",
"deploy:kovan": "npm run build && npm run migrate -- --network kovan",
"deploy:mainnet": "npm run build && npm run migrate -- --network mainnet"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit d78ace7

Please sign in to comment.