ci: fix missing dependencies when running pr-check-other-json (@fehmer) (#6529)

This commit is contained in:
Christian Fehmer 2025-05-05 12:51:31 +02:00 committed by GitHub
parent ca33892749
commit 499754a933
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 && npx vitest run constants/layouts"
"pr-check-other-json": "cd frontend && npx gulp pr-check-other-json && turbo test -- constants/layouts"
},
"engines": {
"node": "20.16.0"