Skip to content

Commit

Permalink
Add build command to antlr4 workaround script (#1327)
Browse files Browse the repository at this point in the history
* add build command to antlr4 workaround script

* make prettier satisfied
  • Loading branch information
mint-thompson authored Aug 21, 2023
1 parent 754a4ed commit e102a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/fixAntlr4.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ const babelContents = {
fs.writeJSONSync(antlr4BabelPath, babelContents);

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

0 comments on commit e102a52

Please sign in to comment.