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 2f3da82 commit 1233ef9Copy full SHA for 1233ef9
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 || modifiedWorkspaces.modified.length === 0) {
+if (modifiedWorkspaces.nothing || (modifiedWorkspaces.modified && 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