Skip to content

Commit c49ab3b

Browse files
committed
docs: cleanup references to outdated dirs
1 parent 7036abd commit c49ab3b

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

infra/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

infra/devx-and-repo/generators/extra-template-vars.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2726
export 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

0 commit comments

Comments
 (0)