From be3942e403e22438a9c2cdc51d9ebfcfa9b556d8 Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Fri, 31 Mar 2023 23:03:14 -0500 Subject: [PATCH] test(pretest): built before verification --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3f9c8194..32dc55e5 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "exports": "./lib/index.js", "sideEffects": false, "scripts": { + "pretest": "run-s build", "test": "npm-run-all --print-label --parallel lint:* --parallel test:*", "lint:js": "eslint . --cache", "lint:gherkin": "gherkin-lint",