summary refs log tree commit diff
path: root/util/package.json
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 /util/package.json
parentTry to allow role icons to be removed (diff)
parent2fa (diff)
downloadserver-ts-3bbaa1a08b618da1c60abfcb801cbf280fe072df.tar.xz
Merge branch '2fa' into feat/latestWebClient
Add placeholder codes-verification and view-backup-codes-challenge routes
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json

index 35d2fbbe..587e8a14 100644 --- a/util/package.json +++ b/util/package.json
@@ -6,7 +6,7 @@ "types": "src/index.ts", "scripts": { "start": "npm run build && node dist/", - "test": "npm run build && jest", + "test": "npm run build && npx jest", "postinstall": "npm run build", "build": "npx tsc -p .", "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js"