Skip to content

Commit

Permalink
Merge pull request #59 from gnosis/prepublish-only-mod
Browse files Browse the repository at this point in the history
Use prepublishOnly
  • Loading branch information
cag authored Oct 20, 2017
2 parents 9285b3e + 11778c5 commit 7c0668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"extractnetinfo": "node scripts/extract_network_info.js",
"resetnetinfo": "truffle networks --clean && node scripts/inject_network_info.js",
"measuregasstats": "node scripts/measure_gas_stats.js",
"prepublish": "eslint . && node scripts/measure_gas_stats.js && truffle compile && truffle networks --clean && node scripts/inject_network_info.js"
"prepublishOnly": "eslint . && node scripts/measure_gas_stats.js && truffle compile && truffle networks --clean && node scripts/inject_network_info.js"
},
"keywords": [
"Ethereum",
Expand Down

0 comments on commit 7c0668f

Please sign in to comment.