ci: run layouts tests on pr-check-other-json (@fehmer) (#6520)

- execute the layouts.spec.ts on pr-check-other-json
This commit is contained in:
Christian Fehmer 2025-05-05 11:42:29 +02:00 committed by GitHub
parent 72016eaab7
commit ca33892749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"