File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FIND_BENCHMARKS_FLAGS ?= \
2222 -not -path "$(NODE_MODULES ) /*" \
2323 -not -path "$(TOOLS_DIR ) /*" \
2424 -not -path "$(BUILD_DIR ) /*" \
25+ -not -path "$(DEPS_DIR ) /*" \
2526 -not -path "$(REPORTS_DIR ) /*"
2627
2728
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FIND_EXAMPLES_FLAGS ?= \
2222 -not -path "$(NODE_MODULES ) /*" \
2323 -not -path "$(TOOLS_DIR ) /*" \
2424 -not -path "$(BUILD_DIR ) /*" \
25+ -not -path "$(DEPS_DIR ) /*" \
2526 -not -path "$(REPORTS_DIR ) /*" \
2627 -not -path "$(ROOT_DIR ) /**/$(EXAMPLES_FOLDER ) /fixtures/*"
2728
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ FIND_PACKAGES_FLAGS ?= \
1919 -regex "$(PACKAGES_FILTER ) " \
2020 -not -path "$(NODE_MODULES ) /*" \
2121 -not -path "$(BUILD_DIR ) /*" \
22+ -not -path "$(DEPS_DIR ) /*" \
2223 -not -path "$(REPORTS_DIR ) /*" \
2324 -exec dirname {} \;
2425
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ FIND_SOURCES_FLAGS ?= \
2121 -not -path "$(NODE_MODULES ) /*" \
2222 -not -path "$(TOOLS_DIR ) /*" \
2323 -not -path "$(BUILD_DIR ) /*" \
24+ -not -path "$(DEPS_DIR ) /*" \
2425 -not -path "$(REPORTS_DIR ) /*" \
2526 -not -path "$(ROOT_DIR ) /**/$(EXAMPLES_FOLDER ) /*" \
2627 -not -path "$(ROOT_DIR ) /**/$(TESTS_FOLDER ) /*" \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ FIND_TESTS_FLAGS ?= \
2020 -not -path "$(ROOT_DIR ) /.*" \
2121 -not -path "$(NODE_MODULES ) /*" \
2222 -not -path "$(TOOLS_DIR ) /*" \
23+ -not -path "$(DEPS_DIR ) /*" \
2324 -not -path "$(BUILD_DIR ) /*" \
2425 -not -path "$(REPORTS_DIR ) /*" \
2526 -not -path "$(ROOT_DIR ) /**/$(BUILD_FOLDER ) /*"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ FIND_TESTS_DIRS_FLAGS ?= \
2121 -not -path "$(NODE_MODULES ) /*" \
2222 -not -path "$(TOOLS_DIR ) /*" \
2323 -not -path "$(BUILD_DIR ) /*" \
24+ -not -path "$(DEPS_DIR ) /*" \
2425 -not -path "$(REPORTS_DIR ) /*" \
2526 -not -path "$(ROOT_DIR ) /**/$(BUILD_FOLDER ) /*"
2627
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ FIND_TESTS_FIXTURES_FLAGS ?= \
2222 -not -path "$(NODE_MODULES ) /*" \
2323 -not -path "$(TOOLS_DIR ) /*" \
2424 -not -path "$(BUILD_DIR ) /*" \
25+ -not -path "$(DEPS_DIR ) /*" \
2526 -not -path "$(REPORTS_DIR ) /*" \
2627 -not -path "$(ROOT_DIR ) /**/$(BUILD_FOLDER ) /*"
2728
You can’t perform that action at this time.
0 commit comments