Skip to content

Commit b1a6ea3

Browse files
committed
fix: yarn fix + ignore playwright results in prettier for faster builds
1 parent 06093ac commit b1a6ea3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ dist
1414
coverage
1515
storybook-static
1616
llm
17+
playwright-report

components/db/profile/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const SOCIAL_NETWORKS = [
2323
] as const
2424

2525
export type SocialLinks = Partial<
26-
Record<typeof SOCIAL_NETWORKS[number], string>
26+
Record<(typeof SOCIAL_NETWORKS)[number], string>
2727
>
2828

2929
export type Profile = {

0 commit comments

Comments
 (0)