We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573a8c4 commit a536e71Copy full SHA for a536e71
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"precoveralls": "yarn clean && yarn build",
22
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls",
23
"postcoveralls": "yarn clean",
24
- "prepare": "yarn clean && yarn build"
+ "prepare": "yarn clean && yarn build && rm dist/tsconfig.tsbuildinfo"
25
},
26
"repository": {
27
"type": "git",
0 commit comments