mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
chore: correct missing types task reference (#572)
This commit is contained in:
committed by
GitHub
parent
0653349c08
commit
d4648afe01
+1
-1
@@ -15,7 +15,7 @@
|
||||
"test:e2e": "pnpm --filter='fixture-*' run test:e2e",
|
||||
"repo:root:format": "prettier . !./assets/** !./crates !./examples !./devtools/** !./packages/** --check",
|
||||
"repo:root:format:fix": "prettier . !./assets/** !./crates !./examples !./devtools/** !./packages/** --write",
|
||||
"check-all": "turbo build lint format types --filter=!./examples"
|
||||
"check-all": "turbo build lint format typecheck --filter=!./examples"
|
||||
},
|
||||
"author": "Valerio Ageno",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user