diff options
Diffstat (limited to 'dashboard/package.json')
-rw-r--r-- | dashboard/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/package.json b/dashboard/package.json index 9afe20f8..87bc1699 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "types": "src/index.ts", "scripts": { - "test": "npm run build && jest --coverage ./tests", + "test": "npm run build && npx jest --coverage ./tests", "build": "npx tsc -p .", "start": "node dist/start.js" }, |