Skip to content

Commit

Permalink
Update script runner command
Browse files Browse the repository at this point in the history
  • Loading branch information
bencmbrook committed Oct 22, 2023
1 parent 333f935 commit bbdbe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bbdbe97

Please sign in to comment.