From 9a598c7b3a02d106121212cb01a9fa11bb0cea7d Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 2 Jul 2024 12:02:00 +0200 Subject: [PATCH] Comments --- scripts/run-affected.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-affected.js b/scripts/run-affected.js index 3e7f9bed03..2b3565734a 100755 --- a/scripts/run-affected.js +++ b/scripts/run-affected.js @@ -1,8 +1,8 @@ /*** * Running lerna with since and scope is not working as expected. - * For example, running the command `yarn test --scope=@budibase/worker --since=master`, with changes only on @budibase/backend-core will not work, as it does not analyse the dependencies properly. + * For example, running the command `yarn test --scope=@budibase/worker --since=master`, with changes only on `@budibase/backend-core` will not work as expected, as it does not analyse the dependencies properly. The actual `@budibase/worker` task will not be triggered. * - * This script is using `lerna ls` to detect all the affected projects from a given commit, and if the scoped package is affected, the actual command will be executed + * This script is using `lerna ls` to detect all the affected projects from a given commit, and if the scoped package is affected, the actual command will be executed. * * The current version of the script only supports a single project in the scope. */