summary refs log tree commit diff
path: root/bundle/package.json
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
commitaaf0499017091587037e96b61a4894a40f13e0e7 (patch)
tree6de5045a2c3b1501646b12e07a6e024a556765cd /bundle/package.json
parentCaptcha required message on login/register (diff)
parentCaptcha checking (diff)
downloadserver-aaf0499017091587037e96b61a4894a40f13e0e7.tar.xz
Merge branch 'feat/captchaVerify' into slowcord
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/package.json b/bundle/package.json
index 04dc54b7..83186be4 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -4,7 +4,7 @@
 	"description": "",
 	"main": "src/start.js",
 	"scripts": {
-		"setup": "node scripts/install.js && npm install --no-optional && ts-patch install -s && patch-package --patch-dir ../api/patches/ && npm run build",
+		"setup": "node scripts/install.js && npm install --no-optional && npx ts-patch install -s && npx patch-package --patch-dir ../api/patches/ && npm run build",
 		"build": "node scripts/build.js",
 		"start": "node scripts/build.js && node dist/bundle/src/start.js",
 		"start:bundle": "node dist/bundle/src/start.js",
@@ -112,4 +112,4 @@
 		"typescript-json-schema": "^0.50.1",
 		"ws": "^7.4.2"
 	}
-}
\ No newline at end of file
+}