From 6c3ddd02958d3405600a721690143aab9cc217da Mon Sep 17 00:00:00 2001 From: acouch Date: Thu, 5 Dec 2024 10:52:39 -0500 Subject: [PATCH] Update package.json so test runs last --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 8d1e22172..edec22142 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,7 +6,7 @@ "node": ">=20.0.0" }, "scripts": { - "all-checks": "npm run test && npm run lint && npm run ts:check && npm run build", + "all-checks": "npm run lint && npm run ts:check && npm run test && npm run build", "build": "next build", "dev": "next dev", "dev:nr": "NODE_OPTIONS='-r @newrelic/next' next dev",