From bffbfbc655186a3abf4a99d08e2d3f282f9f4d7e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 26 Sep 2025 07:26:01 -0700 Subject: [PATCH] Fix: Use npx to ensure nearleyc is found --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 830e0e9..03e09f6 100644 --- a/package.json +++ b/package.json @@ -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": {