summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
Diffstat (limited to 'cdn')
-rw-r--r--cdn/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/package.json b/cdn/package.json

index 46405b88..c63713c0 100644 --- a/cdn/package.json +++ b/cdn/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" },