Skip to content

Commit

Permalink
Clean up build directory when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Jul 8, 2020
1 parent c661287 commit b9d72d2
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 7 deletions.
101 changes: 94 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"lint:js": "eslint --ignore-path .gitignore .",
"lint:js:fix": "eslint --ignore-path .gitignore . --fix",
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
"prepublish": "rimraf build contracts/build",
"prepare": "npm run compile",
"prepack": "node scripts/remove-ignored-artifacts.js",
"release": "scripts/release/release.sh",
Expand Down Expand Up @@ -65,6 +66,7 @@
"lodash.zip": "^4.2.0",
"micromatch": "^4.0.2",
"mocha": "^8.0.1",
"rimraf": "^3.0.2",
"solhint": "^3.0.0",
"solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477",
"solidity-docgen": "^0.5.3"
Expand Down

0 comments on commit b9d72d2

Please sign in to comment.