From 099a150b87fa693ccf1c512ee501aed1457ba656 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 1 Mar 2020 09:14:21 +1300 Subject: [PATCH] fix: remove tests from published package (#541) --- 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": {