Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 10, 2024
1 parent 0ddd6ea commit 78be580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/edit_grammars.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ async function rsyncGrammars(language) {
);
const blobsToExclude = [
".git*",
"tree-sitter-*/example",
"tree-sitter-*/test",
"tree-sitter-*/corpus",
"**/*/example",
"**/*/test",
"**/*/corpus",
];

console.log(`Copying ${submodulesDir} to ${mvDir}`);
Expand Down

0 comments on commit 78be580

Please sign in to comment.