From 2934f86530c67e9a3bbc68e582de2edd03aff54c Mon Sep 17 00:00:00 2001 From: ztimson Date: Fri, 19 Jul 2024 00:04:16 -0400 Subject: [PATCH] Fix build? --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 19819ce..ca27ea8 100644 --- a/package.json +++ b/package.json @@ -20,10 +20,10 @@ } }, "scripts": { - "build": "npx tsc && npx vite build", - "test": "npx jest", - "test:coverage": "npx jest --coverage", - "watch": "npx vite build --watch" + "build": "tsc && vite build", + "test": "jest", + "test:coverage": "jest --coverage", + "watch": "vite build --watch" }, "devDependencies": { "@types/jest": "^29.5.12",