-
-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
code qualityImprovements to code qualityImprovements to code quality
Description
We're not very consistent with our terminology around compile
and build
in the various packages of our monorepo. We should
- Look at
compile
/build
in each of our packages, as well as the root package, to determine what they're doing - Come up with consistent terminology. I'd be tempted to remove
compile
entirely, and instead havebuild
/build:foo
for anything we're building andlint:tsc
to replace the places where we use the termcompile
for type checking today. Because we don't actually emit anything from typescript, it's a bit of a misnomer to call itcompile
- Revisit whether the contributor really needs to run
pnpm compile
during initial installpnpm compile - Investigate impact on CI
Metadata
Metadata
Assignees
Labels
code qualityImprovements to code qualityImprovements to code quality