File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- The packages in this directory are split into sub-directories as a way to categorize them.
1+ The packages in this directory are split into sub-directories as a way to
2+ categorize them.
23
3- The sub-directories' names are mostly self-explainatory. The ` to-extract-in-infra-repo ` contains packages that are going
4- to be extracted in a ` fe-infra ` -specific monorepo when we have a base repo-> fork repo structure.
4+ The subdirectories' names are mostly self-explanatory.
55
6- The ` node ` symlink is pointing to the binary of the default ` node.js ` version of this repo. It's created
7- automatically when you run ` pnpm install ` anywhere.
6+ The ` node ` symlink is pointing to the binary of the default ` node.js ` version of
7+ this repo. It's created automatically when you run ` pnpm install ` anywhere.
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export enum InfraToolSubtype {
2121 DEVX_AND_REPO = 'Repo-management, Developer experience or dev analysis tool' ,
2222 RELEASE = 'Release/Deployment tool' ,
2323 TEST = 'Testing tool' ,
24- TO_EXTRACT = 'Tools that will be extracted in another pnpm-repo' ,
2524}
2625
2726export const PACKAGE_SUBTYPE_BY_TYPE : Partial <
@@ -46,7 +45,6 @@ export const REPO_DIR_BY_PKG_TYPE = {
4645 [ InfraToolSubtype . DEVX_AND_REPO ] : 'infra/devx-and-repo' ,
4746 [ InfraToolSubtype . RELEASE ] : 'infra/release' ,
4847 [ InfraToolSubtype . TEST ] : 'infra/test' ,
49- [ InfraToolSubtype . TO_EXTRACT ] : 'infra/to-extract-in-infra-repo' ,
5048 } ,
5149} as const ;
5250
You can’t perform that action at this time.
0 commit comments