From 210043eed1f8b066a6e110dbc01cc5d22c2a9ecd Mon Sep 17 00:00:00 2001 From: Josh Dales Date: Sat, 25 Mar 2023 19:09:30 -0400 Subject: [PATCH] Run the build command --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index b87e01d7..7338ee46 100644 --- a/dist/index.js +++ b/dist/index.js @@ -480,7 +480,7 @@ function checkAll(matchConfigs, changedFiles) { } } if (matchConfig.changedFiles) { - if ((0, changedFiles_1.checkAllChangedFiles)(changedFiles, matchConfig.changedFiles)) { + if (!(0, changedFiles_1.checkAllChangedFiles)(changedFiles, matchConfig.changedFiles)) { return false; } }