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 5610266 commit d298bdfCopy full SHA for d298bdf
bin/auto-sync.sh
@@ -4,8 +4,7 @@ scriptDirectory="$( dirname "$0" )"
4
if [[ "$#" != 0 ]]; then
5
forwardedParameters=( "$@" )
6
else
7
- forwardedParameters=( -o -u -y --docs --filepaths --metadata )
8
- # forwardedParameters=( -o -u -y --tests include )
+ forwardedParameters=( -o -u -y --docs --filepaths --metadata --tests include )
9
fi
10
11
exitWithFailure() {
0 commit comments