Skip to content

Commit

Permalink
fix: use includes rather than excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
maribethb committed Oct 24, 2023
1 parent b8096f6 commit 40efc25
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion plugins/block-dynamic-connection/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/block-shareable-procedures/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/content-highlight/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-angle/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-colour-hsv-sliders/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-colour/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-date/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-dependent-dropdown/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-grid-dropdown/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-multilineinput/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/field-slider/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/renderer-inline-row-separators/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/shadow-block-converter/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/toolbox-search/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/workspace-backpack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/workspace-minimap/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/workspace-search/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}
2 changes: 1 addition & 1 deletion plugins/zoom-to-fit/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
},
// NOTE: `test/**/*` is automatically included in `blockly-scripts start`.
// Only src matters for production builds.
"exclude": ["test", "build", "dist"]
"include": ["src"]
}

0 comments on commit 40efc25

Please sign in to comment.