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 067fc36 commit 491de82Copy full SHA for 491de82
scripts/test.sh
@@ -1,4 +1,4 @@
1
set -e
2
# Run linter
3
-find . -type f -name "*.js" -not -path "*node_modules*" \
+find . -type f -name "*.js" -not -path "*node_modules*" -not -path "*dataconnect-sdk/*" \
4
| xargs eslint
0 commit comments