summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-18 21:22:55 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-18 21:29:58 +1000
commit1d19db52ebe86d3fcbb8f3837407100e5c15ad73 (patch)
tree0893be153bb4ad3566ff8f75a2a32c06212df30e /package.json
parentupdate schemas/openapi (diff)
downloadserver-1d19db52ebe86d3fcbb8f3837407100e5c15ad73.tar.xz
REALLY bad server testing
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 16f3c87f..a6017c8a 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
 		"start:cdn": "node dist/cdn/start.js",
 		"start:gateway": "node dist/gateway/start.js",
 		"build": "tsc -p .",
+		"test": "node scripts/test.js",
 		"lint": "eslint .",
 		"setup": "npm run build && npm run generate:schema",
 		"sync:db": "npm run build && node scripts/syncronise.js",