From e6df0495cd7596cf09e035ed91ae599a9fb279ad Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Wed, 4 Sep 2024 10:40:21 -0500 Subject: [PATCH] test: run lint as part of test (#11) Co-authored-by: Gregor MacLennan --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d7b126..97e0c26 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint:eslint": "eslint", "lint": "npm-run-all --parallel lint:*", "prepack": "npm run build", - "pretest": "npm run build", + "pretest": "npm-run-all --parallel lint build", "test": "c8 --100 --exclude 'dist/proto/*' node --test", "posttest": "c8 report --reporter=text-lcov > ./coverage/lcov.info", "prepare": "husky"