From a8f4b4833411c9c04f6cb2d569cc423757e7bd91 Mon Sep 17 00:00:00 2001 From: Alvaro Jose Date: Tue, 17 Aug 2021 09:13:33 +0200 Subject: [PATCH] Run test before compile --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9035601..8e0624a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint": "eslint .", "prepare": "ncc build index.js -o dist --source-map --license licenses.txt", "test": "jest", - "all": "npm run lint && npm run prepare && npm run test" + "all": "npm run lint && npm run test && npm run prepare" }, "repository": { "type": "git",