Skip to content

Commit f487f3c

Browse files
committed
amend script
1 parent a1a2afa commit f487f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ export const GENERATORS = Object.entries(clientsConfig).reduce(
6969

7070
export const LANGUAGES = [...new Set(Object.values(GENERATORS).map((gen) => gen.language))];
7171

72-
// `crawler` and `ai-personalization` are manually added so we can still bundled and validate the specs
72+
// `crawler` and `advanced-personalization` are manually added so we can still bundled and validate the specs
7373
// the entry can be removed once at least one client is generated
7474
export const CLIENTS = [
7575
...new Set(Object.values(GENERATORS).map((gen) => gen.client)),
7676
'crawler',
77-
'ai-personalization',
77+
'advanced-personalization',
7878
];
7979

8080
export async function run(command: string, { errorMessage, cwd, language }: RunOptions = {}): Promise<string> {

0 commit comments

Comments
 (0)