Run the build command

This commit is contained in:
Josh Dales
2023-03-25 19:09:30 -04:00
parent fa7f98c785
commit 210043eed1

2
dist/index.js vendored
View File

@@ -480,7 +480,7 @@ function checkAll(matchConfigs, changedFiles) {
} }
} }
if (matchConfig.changedFiles) { if (matchConfig.changedFiles) {
if ((0, changedFiles_1.checkAllChangedFiles)(changedFiles, matchConfig.changedFiles)) { if (!(0, changedFiles_1.checkAllChangedFiles)(changedFiles, matchConfig.changedFiles)) {
return false; return false;
} }
} }