Skip to content

Commit a536e71

Browse files
authored
build(package): exclude build artifact tsconfig.tsbuildinfo (#415)
1 parent 573a8c4 commit a536e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"precoveralls": "yarn clean && yarn build",
2222
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
2323
"postcoveralls": "yarn clean",
24-
"prepare": "yarn clean && yarn build"
24+
"prepare": "yarn clean && yarn build && rm dist/tsconfig.tsbuildinfo"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)