Skip to content

Commit 099a150

Browse files
authored
fix: remove tests from published package (#541)
1 parent adc3b2e commit 099a150

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
@@ -33,7 +33,7 @@
3333
"pretest": "yarn build",
3434
"test": "jest",
3535
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
36-
"postbuild": "rimraf lib/**/__tests__/**",
36+
"postbuild": "rimraf lib/__tests__ lib/**/__tests__",
3737
"typecheck": "tsc -p ."
3838
},
3939
"dependencies": {

0 commit comments

Comments
 (0)