From cc6fdfba5238dee64455fde0a2acbd86760af094 Mon Sep 17 00:00:00 2001 From: madhusudhand Date: Wed, 20 Mar 2019 15:58:20 +0530 Subject: [PATCH] #726 add rule to ignore the test directories --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 07bb7fcd..4cb6fd7a 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,16 @@ "test": "git clean -Xfd test/fixtures && jest --maxWorkers 1" }, "files": [ + "README.md", + "LICENSE", + "get-compilation-metadata.js", "bin/", "build/", "commands/", "entries/", "lib/", "plugins/", - "get-compilation-metadata.js", - "README.md", - "LICENSE" + "!**/test/" ], "dependencies": { "@babel/core": "^7.1.6",