removed npx from test npm script

This commit is contained in:
Jonathan Barrow
2023-09-26 15:21:28 -04:00
parent 688d0c008a
commit 88b2e631f0

View File

@@ -36,7 +36,7 @@
"scripts": {
"build": "vite build",
"test": "vitest run",
"test:dev": "npx ts-node ./src/dev-cli.ts",
"test:dev": "ts-node ./src/dev-cli.ts",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint --ext .ts,.js src/",