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 b34089b commit 2f3da82Copy full SHA for 2f3da82
1 file changed
.github/bin/modified-workspaces/log-modified-workspaces.mjs
@@ -40,7 +40,7 @@ if (modifiedWorkspaces.all) {
40
process.exit(0);
41
}
42
43
-if (modifiedWorkspaces.nothing) {
+if (modifiedWorkspaces.nothing || modifiedWorkspaces.modified.length === 0) {
44
// in the current form we always need to do something.
45
// building/testing any package prevents error states if nothing actually changed.
46
process.stdout.write('--workspace=@csstools/postcss-tape');
0 commit comments