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
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F
1 changed files with 1 additions and 1 deletions

View File

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