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 7268114 commit ec9161eCopy full SHA for ec9161e
.github/workflows/integration-workflow.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
if [[ $(git diff --name-only "$(git merge-base origin/"$TARGET_BRANCH" HEAD)" HEAD -- packages/plugin-compat/sources/patches packages/plugin-compat/extra/ | wc -l) -gt 0 ]]; then
54
for generator in packages/plugin-compat/extra/*/gen-*-patch.ts; do
55
- yarn node -r @yarnpkg/monorepo/scripts/setup-ts-execution $generator;
+ yarn node -r @yarnpkg/monorepo/scripts/setup-ts-execution $generator '*';
56
done
57
[[ $(git diff --name-only packages/plugin-compat/sources/patches "packages/plugin-compat/extra/*/patches/*" | tee /dev/stderr | wc -l) -eq 0 ]]
58
fi
0 commit comments