Merge pull request #1401 from bitcoinjs/fixRimraf

Fix rimraf to delete types folder as well
This commit is contained in:
Jonathan Underwood 2019-05-21 17:19:39 +09:00 committed by GitHub
commit be942f07a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
],
"scripts": {
"build": "npm run clean && tsc -p ./tsconfig.json && npm run formatjs",
"clean": "rimraf src",
"clean": "rimraf src types",
"coverage-report": "npm run build && npm run nobuild:coverage-report",
"coverage-html": "npm run build && npm run nobuild:coverage-html",
"coverage": "npm run build && npm run nobuild:coverage",