mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-04 06:24:07 +08:00
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:
parent
72016eaab7
commit
ca33892749
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue