Skip to content

Commit 45bc3ee

Browse files
committed
Ignore locally published yalc package analysis files
1 parent d98405b commit 45bc3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/findPathsToScan.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if [ -d "./${SOURCE_DIRECTORY}" ] ; then
4444
-type d -name "node_modules" -prune -o \
4545
-type d -name "dist" -prune -o \
4646
-type d -name "target" -prune -o \
47+
-type d -name ".yalc" -prune -o \
4748
-type d -name "temp" -prune -o \
4849
-type f -path "*/.reports/jqa/ts-output.json" \
4950
-exec echo typescript:project::{} \; | tr '\n' ',' | sed 's/,$/\n/')"

0 commit comments

Comments
 (0)