From bb69101f33b1a3b9f9df6d1ac79d3db4ae7d9c06 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 26 Sep 2025 01:58:50 -0700 Subject: [PATCH] Refactor: Delegate parser build step to test_runner.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e28b512..1d388a0 100644 --- a/package.json +++ b/package.json @@ -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",