We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5c43a commit 43c5e4aCopy full SHA for 43c5e4a
1 file changed
Makefile
@@ -105,7 +105,7 @@ ifeq ($(KERNEL), Darwin)
105
-name '*.js' \
106
-regex "$(SOURCES_FILTER)" \
107
-not -name 'test*.js' \
108
- -not -path './node_modules/*' \
+ -not -path '$(NODE_MODULES)/*' \
109
-not -path "**/$(EXAMPLES_DIR)/*" \
110
-not -path "$(REPORTS_DIR)/*" \
111
)
@@ -128,7 +128,7 @@ else
128
-regextype posix-extended \
129
130
131
132
133
134
0 commit comments