From a7f2544d5109c5e49b436d70cd6a22d22b2ada99 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 25 Feb 2026 11:56:38 +0000 Subject: [PATCH] chore(package): stop running `lint:prettier` twice on `test` call --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fbd3d1b..4d26ec5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:licenses", "test:unit:coverage": "jest --coverage", "test:unit": "jest", - "test": "npm run lint && npm run lint:prettier && npm run test:unit", + "test": "npm run lint && npm run test:unit", "typecheck": "tsc" }, "commitlint": {