chore: correct missing types task reference (#572)

This commit is contained in:
Marco Pasqualetti
2025-02-16 16:15:59 +01:00
committed by GitHub
parent 0653349c08
commit d4648afe01
+1 -1
View File
@@ -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",