From 9fdabb935186ec0cfef5e919a3b7cc6257c3a38c Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 29 Feb 2020 20:35:16 +1300 Subject: [PATCH] fix: remove tests from published package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69522ecc4..8f33ba874 100644 --- a/package.json +++ b/package.json @@ -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": {