Add `npm run flat` command and rename `cleanup-file.sh`

This commit is contained in:
Vadim Arasev 2019-01-24 16:01:59 +03:00
parent e00beac6de
commit 1a443bd3ea
2 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"compile": "node_modules/.bin/truffle compile",
"flat": "bash scripts/make_flat.sh",
"solhint": "node_modules/.bin/solhint \"contracts/**/*.sol\"",
"test": "node scripts/check_for_clashing.js && bash scripts/test.sh"
},

0
scripts/cleanup-file.sh → scripts/cleanup_file.sh Executable file → Normal file
View File