Skip to content

Commit

Permalink
build(package): exclude build artifact tsconfig.tsbuildinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai committed Mar 16, 2020
1 parent 573a8c4 commit 3614b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"precoveralls": "yarn clean && yarn build",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
"postcoveralls": "yarn clean",
"prepare": "yarn clean && yarn build"
"prepare": "yarn clean && yarn build && rm dist/tsconfig.tsbuildinfo"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3614b47

Please sign in to comment.