summary refs log tree commit diff
path: root/api/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 /api/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 'api/package.json')
-rw-r--r--api/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/api/package.json b/api/package.json

index 29fa82a1..1bb49261 100644 --- a/api/package.json +++ b/api/package.json
@@ -5,14 +5,14 @@ "main": "dist/index.js", "types": "src/index.ts", "scripts": { - "test:only": "jest --coverage --verbose --forceExit ./tests", - "test:routes": "jest --coverage --verbose --forceExit ./routes.test.ts", + "test:only": "npx jest --coverage --verbose --forceExit ./tests", + "test:routes": "npx jest --coverage --verbose --forceExit ./routes.test.ts", "test": "npm run build && npm run test:only", - "test:watch": "jest --watch", + "test:watch": "npx jest --watch", "start": "npm run build && node dist/start", "build": "npx tsc -p .", - "dev": "tsnd --respawn src/start.ts", - "patch": "ts-patch install -s && npx patch-package", + "dev": "npx tsnd --respawn src/start.ts", + "patch": "npx ts-patch install -s && npx patch-package", "postinstall": "npm run patch", "generate:docs": "node scripts/generate_openapi", "generate:schema": "node scripts/generate_schema"