summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 15:33:27 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 15:33:27 +1000
commitaaf0499017091587037e96b61a4894a40f13e0e7 (patch)
tree6de5045a2c3b1501646b12e07a6e024a556765cd /cdn
parentCaptcha required message on login/register (diff)
parentCaptcha checking (diff)
downloadserver-aaf0499017091587037e96b61a4894a40f13e0e7.tar.xz
Merge branch 'feat/captchaVerify' into slowcord
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"
 	},