mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
Refactor: Delegate parser build step to test_runner.js
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build-parser": "nearleyc grammar.ne -o grammar.js",
|
||||
"test": "npm run build-parser && node test_runner.js"
|
||||
"test": "node test_runner.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"moo": "^0.5.2",
|
||||
|
||||
Reference in New Issue
Block a user