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

index d44d257f..c050a302 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", @@ -111,4 +111,4 @@ "typescript-json-schema": "^0.50.1", "ws": "^7.4.2" } -} \ No newline at end of file +}