mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-17 02:56:16 +08:00
chore: update full-check script
This commit is contained in:
parent
e6519b166c
commit
a5d0a3e961
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"full-check": "turbo lint ts-check build test validate-json",
|
||||
"full-check": "turbo lint ts-check build test integration-test validate-json --force",
|
||||
"prepare": "husky install",
|
||||
"pre-commit": "lint-staged",
|
||||
"ts-check": "turbo run ts-check",
|
||||
|
|
Loading…
Add table
Reference in a new issue