Skip to content

Commit e77381e

Browse files
committed
daily-composer: allow public/js/vendor files to change
1 parent 892e58d commit e77381e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/daily-composer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ reset_not_allowed_to_change_source_files() {
123123
git clean -fdX
124124

125125
if [ -f ./bin/console ]; then
126-
CHANGED_FILES="$(git diff phpmyadmin/$branch..$newbranch --name-only -- './*' ':!README.rst' ':!public/js/*.js' ':!public/js/*.js.map' ':!resources/locale/*.mo' ':!public/themes/*.css' ':!public/themes/*.css.map' ':!public/setup/*.css' ':!public/setup/*.css.map')"
126+
CHANGED_FILES="$(git diff phpmyadmin/$branch..$newbranch --name-only -- './*' ':!README.rst' ':!public/js/vendor/**' ':!public/js/*.js' ':!public/js/*.js.map' ':!resources/locale/*.mo' ':!public/themes/*.css' ':!public/themes/*.css.map' ':!public/setup/*.css' ':!public/setup/*.css.map')"
127127
else
128128
CHANGED_FILES="$(git diff phpmyadmin/$branch..$newbranch --name-only -- './*' ':!README.rst' ':!js/dist/*.js' ':!js/dist/*.js.map' ':!locale/*.mo' ':!themes/*.css' ':!themes/*.css.map' ':!setup/*.css' ':!setup/*.css.map')"
129129
fi

0 commit comments

Comments
 (0)