From c84c2cbecae918b08a863955e03633c3008248df Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 5 Jul 2018 23:37:24 +0700 Subject: [PATCH] Don't publish the compiled test directory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37e73e9..3a9c07d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "tslint --format stylish --project .", "build": "del dist && tsc", "test": "npm run lint && npm run build && ava dist/tests", - "prepublish": "npm run build" + "prepublish": "npm run build && del dist/tests" }, "files": [ "dist"