Skip to content

Commit

Permalink
Fix hardhat-ethers' clean npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed Dec 29, 2020
1 parent f7370bf commit 35df665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hardhat-ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "node ../../node_modules/mocha/bin/mocha --recursive \"test/**/*.ts\" --exit",
"build": "node ../../node_modules/typescript/bin/tsc --build src",
"build-test": "node ../../node_modules/typescript/bin/tsc --build .",
"clean": "node ../../node_modules/rimraf/bin.js dist internal types signer-with-address.{d.ts,js}{,.map} build-test tsconfig.tsbuildinfo"
"clean": "node ../../node_modules/rimraf/bin.js dist internal types *.{d.ts,js}{,.map} build-test tsconfig.tsbuildinfo"
},
"files": [
"dist/src/",
Expand Down

0 comments on commit 35df665

Please sign in to comment.