From caf7cdf545e45d6d3fe5e664bbec1b0ae98f035c Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Wed, 18 Dec 2024 17:51:16 -0800 Subject: [PATCH] chore: fiddle with check script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 806dc5d..c85e9a5 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "scripts": { "build": "tshy", "build:docs": "typedoc", - "check": "npm test && npm run test:types && npm run lint && npm run lint:knip && npm run lint:md && npm run lint:spelling", + "check": "run-p --aggregate-output test test:types lint lint:knip lint:md lint:spelling", "dev": "tshy --watch", "dev:docs": "run-p \"docs:*\"", "dev:types": "tsc -p tsconfig.tsc.json --watch",