mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 01:57:38 +08:00
ci: fix missing dependencies when running pr-check-other-json (@fehmer) (#6529)
This commit is contained in:
parent
ca33892749
commit
499754a933
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 && 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"
|
||||
|
|
Loading…
Add table
Reference in a new issue