summary refs log tree commit diff
path: root/cdn
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 20:48:07 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 20:48:17 +1000
commit3bbaa1a08b618da1c60abfcb801cbf280fe072df (patch)
tree434464f175af242d1f07edf754edd572614b0c46 /cdn
parentTry to allow role icons to be removed (diff)
parent2fa (diff)
downloadserver-3bbaa1a08b618da1c60abfcb801cbf280fe072df.tar.xz
Merge branch '2fa' into feat/latestWebClient
Add placeholder codes-verification and view-backup-codes-challenge routes
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" },