Skip to content

Commit 4e715a6

Browse files
committed
add more paths to lerna ignore
1 parent f5b8718 commit 4e715a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lerna.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@
1010
}
1111
},
1212
"ignoreChanges": [
13+
".github/**/*",
1314
"**/tsconfig.json",
1415
"**/*.story.ts",
1516
"**/*.test.ts",
1617
"**/*.md",
1718
"lerna.json",
1819
".storybook/**/*",
20+
"stories/**/*",
1921
"storyhelpers/**/*",
2022
"templates/**/*",
2123
"docs/**/*",
2224
"package.json",
23-
"package-lock.json"
25+
"package-lock.json",
26+
"images/**/*",
27+
"scripts/**/*",
28+
"src/**/*",
29+
"templates/**/*"
2430
]
2531
}

0 commit comments

Comments
 (0)