Skip to content

Commit bc09cf3

Browse files
authored
chore: Ignore lerna.json for prettier (#19288)
This caused issues in releases where the file got modified somewhere in the lerna pipeline which then failed our prettier job.
1 parent 912b324 commit bc09cf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ dev-packages/browser-integration-tests/fixtures
44
**/test.ts-snapshots/**
55

66
/.nx/cache
7-
/.nx/workspace-data
7+
/.nx/workspace-data
8+
9+
lerna.json

0 commit comments

Comments
 (0)