-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* antlr4 workaround contained entirely within js * Resolve path correctly on non-Windows systems
- Loading branch information
1 parent
503e1b9
commit 754a4ed
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"postinstall": "npm run fixAntlr4", | ||
"prepublishOnly": "npm run check && npm run fixGrammarTypes", | ||
"fixGrammarTypes": "ts-node dev/fixGrammarTypes.ts", | ||
"fixAntlr4": "node dev/fixAntlr4.js && cd node_modules && cd antlr4 && npm install && npm run build" | ||
"fixAntlr4": "node dev/fixAntlr4.js" | ||
}, | ||
"contributors": [ | ||
"Julia Afeltra <[email protected]>", | ||
|