You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
Currently, most of the packages compile into an "outDir" named "build". This is fine in theory - as it is entirely abstracted from the package user - but a clearer and more standard name would still be preferable.
Notes
I will update this for each package when releases happens.
Initiative
Description
Currently, most of the packages compile into an
"outDir"
named "build". This is fine in theory - as it is entirely abstracted from the package user - but a clearer and more standard name would still be preferable.Notes
tsconfig.json
file is enough but for some more changes are required. For example to keep the internal dependencies working or to keep the package exports working.Progress
Followup
packages/*/build
folder in CI (example)**/build/
in the TypeScript build configurationbuild/
in the ESLint configurationbuild
as a compiled directory from.values.cjs
Related
package-lock.json
#205.npmignore
files #421As this issue concerns all package, the labels of individual packages won't be added.
The text was updated successfully, but these errors were encountered: