Fix: Use npx to ensure nearleyc is found

This commit is contained in:
2025-09-26 07:26:01 -07:00
parent cd99d813a1
commit bffbfbc655

View File

@@ -7,7 +7,7 @@
"hi2js": "./cli.js"
},
"scripts": {
"build-parser": "nearleyc grammar.ne -o grammar.js",
"build-parser": "npx nearleyc grammar.ne -o grammar.js",
"test": "node test_runner.js"
},
"dependencies": {