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",