From 3ecf67359df23625a1508851aa182160a48fed40 Mon Sep 17 00:00:00 2001 From: Vladimir Grichina Date: Tue, 15 Sep 2020 16:10:18 -0700 Subject: [PATCH] Make sure to remove tmp-project before tests --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9c4dfc64..f20caf65 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "main": "index.js", "scripts": { + "pretest": "rm -rf tmp-project", "test": "jest && ./test/index.sh", "lint": "eslint .", "fix": "eslint . --fix"