Skip to content

Commit 1233ef9

Browse files
committed
fix
1 parent 2f3da82 commit 1233ef9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/bin/modified-workspaces/log-modified-workspaces.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (modifiedWorkspaces.all) {
4040
process.exit(0);
4141
}
4242

43-
if (modifiedWorkspaces.nothing || modifiedWorkspaces.modified.length === 0) {
43+
if (modifiedWorkspaces.nothing || (modifiedWorkspaces.modified && modifiedWorkspaces.modified.length === 0)) {
4444
// in the current form we always need to do something.
4545
// building/testing any package prevents error states if nothing actually changed.
4646
process.stdout.write('--workspace=@csstools/postcss-tape');

0 commit comments

Comments
 (0)