From ca33892749414d614a9d3d7e7647f500991cafbc Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Mon, 5 May 2025 11:42:29 +0200 Subject: [PATCH] ci: run layouts tests on pr-check-other-json (@fehmer) (#6520) - execute the layouts.spec.ts on pr-check-other-json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebecbc336..f7fd12f0a 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "pr-check-lint-json": "cd frontend && eslint './static/**/*.json'", "pr-check-quote-json": "cd frontend && npx gulp pr-check-quote-json", "pr-check-language-json": "cd frontend && npx gulp pr-check-language-json", - "pr-check-other-json": "cd frontend && npx gulp pr-check-other-json" + "pr-check-other-json": "cd frontend && npx gulp pr-check-other-json && npx vitest run constants/layouts" }, "engines": { "node": "20.16.0"