We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98405b commit 45bc3eeCopy full SHA for 45bc3ee
scripts/findPathsToScan.sh
@@ -44,6 +44,7 @@ if [ -d "./${SOURCE_DIRECTORY}" ] ; then
44
-type d -name "node_modules" -prune -o \
45
-type d -name "dist" -prune -o \
46
-type d -name "target" -prune -o \
47
+ -type d -name ".yalc" -prune -o \
48
-type d -name "temp" -prune -o \
49
-type f -path "*/.reports/jqa/ts-output.json" \
50
-exec echo typescript:project::{} \; | tr '\n' ',' | sed 's/,$/\n/')"
0 commit comments