Skip to content

Commit 38db304

Browse files
committed
docs: refresh stale counter/e2e references in source comments
1 parent 5066210 commit 38db304

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/components/steps/OptionalPackages.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const OptionalPackages: FC<Props> = ({ stack, onCompletion, onSubmit, skip = fal
3232
[stack, customPackages],
3333
)
3434

35-
// Keep the selection dependency-consistent as the user toggles (e.g. e2e requires counter).
35+
// Keep the selection dependency-consistent as the user toggles (resolves any feature `requires`).
3636
const transformSelection = useCallback(
3737
(
3838
nextSelected: Array<MultiSelectItem>,

source/operations/cleanupFiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function patchPackageJsonEvm(projectFolder: string, features: FeatureName[]): vo
135135
writeFileSync(packageJsonPath, `${JSON.stringify(packageJson, null, 2)}\n`)
136136
}
137137

138-
// Strip scripts by what they run (e.g. `npm --prefix counter/frontend ...`)
138+
// Strip scripts by what they run (e.g. `npm --prefix carpincho-wallet ...`)
139139
// rather than by name, so cleanup tracks directory removal even as scripts change.
140140
function scriptTargetsRemovedDir(command: string, removedDirs: string[]): boolean {
141141
const tokens = command.split(/\s+/)

0 commit comments

Comments
 (0)