summary refs log tree commit diff
path: root/util
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
commit8a569d884a1f1325034f27d5089813e332bc48c2 (patch)
tree9b80126ae397102f5ac772c844e5365842a97180 /util
parentCaptcha required message on login/register (diff)
parentCaptcha checking (diff)
downloadserver-8a569d884a1f1325034f27d5089813e332bc48c2.tar.xz
Merge branch 'feat/captchaVerify' into slowcord
Diffstat (limited to 'util')
-rw-r--r--util/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/package.json b/util/package.json

index c69e6fdf..097fb2e4 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"