From bbdbe9705278edac69a53144a71b0c8f4633272a Mon Sep 17 00:00:00 2001 From: bencmbrook Date: Sat, 21 Oct 2023 19:10:10 -0700 Subject: [PATCH] Update script runner command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86897b5..14d0175 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "scripts": { "build": "del dist && tsc", - "test": "node --loader tsx test/mux-web-streams.test.ts", + "test": "tsx test/mux-web-streams.test.ts", "test-only": "node --loader tsx --test-only test/mux-web-streams.test.ts", "lint:prettier": "prettier . --check", "prepublishOnly": "npm run build && npm run test && npm run lint:prettier"