We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc3b2e commit 099a150Copy full SHA for 099a150
package.json
@@ -33,7 +33,7 @@
33
"pretest": "yarn build",
34
"test": "jest",
35
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
36
- "postbuild": "rimraf lib/**/__tests__/**",
+ "postbuild": "rimraf lib/__tests__ lib/**/__tests__",
37
"typecheck": "tsc -p ."
38
},
39
"dependencies": {
0 commit comments