Skip to content

Commit

Permalink
PR feedback: Fix typescript project names
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Aug 16, 2021
1 parent 8b66f26 commit a6a4594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dev/typescript/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ export const PROJECTS = [
}),
createProject(
'x-pack/plugins/enterprise_search/public/applications/shared/cypress/tsconfig.json',
{ name: 'enterprise_search/cypress' }
{ name: 'enterprise_search/shared/cypress' }
),
createProject(
'x-pack/plugins/enterprise_search/public/applications/enterprise_search/cypress/tsconfig.json',
{ name: 'enterprise_search/cypress' }
{ name: 'enterprise_search/overview/cypress' }
),
createProject(
'x-pack/plugins/enterprise_search/public/applications/app_search/cypress/tsconfig.json',
{ name: 'enterprise_search/cypress' }
{ name: 'enterprise_search/app_search/cypress' }
),
createProject(
'x-pack/plugins/enterprise_search/public/applications/workplace_search/cypress/tsconfig.json',
{ name: 'enterprise_search/cypress' }
{ name: 'enterprise_search/workplace_search/cypress' }
),
createProject('x-pack/plugins/osquery/cypress/tsconfig.json', {
name: 'osquery/cypress',
Expand Down

0 comments on commit a6a4594

Please sign in to comment.