Skip to content

Commit

Permalink
fix: remove tests from published package (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 29, 2020
1 parent adc3b2e commit 099a150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"pretest": "yarn build",
"test": "jest",
"build": "babel --extensions .js,.ts src --out-dir lib --copy-files",
"postbuild": "rimraf lib/**/__tests__/**",
"postbuild": "rimraf lib/__tests__ lib/**/__tests__",
"typecheck": "tsc -p ."
},
"dependencies": {
Expand Down

0 comments on commit 099a150

Please sign in to comment.