Fix dependent types needed before attempting typecheck.

This commit is contained in:
Ken Sternberg
2024-08-08 15:51:09 -07:00
parent e375646705
commit 1ec4652c60

View File

@ -256,7 +256,8 @@
"lint:types": {
"command": "tsc --noEmit -p .",
"dependencies": [
"build-locales"
"./packages/common:build:types"
"build-locales",
]
},
"lint:lockfile": {