Skip to content

Commit

Permalink
make prettier satisfied
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-thompson committed Aug 21, 2023
1 parent a23a88f commit 2243812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/fixAntlr4.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ const babelContents = {
fs.writeJSONSync(antlr4BabelPath, babelContents);

execSync('npm install', { cwd: antlr4Path });
execSync('npm run build', {cwd: antlr4Path });
execSync('npm run build', { cwd: antlr4Path });

0 comments on commit 2243812

Please sign in to comment.