summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-06 22:28:15 +0200
committerGitHub <noreply@github.com>2022-08-06 22:28:15 +0200
commit8fbcd35a87ac572c8e14b24b33fcb3d2e9223703 (patch)
treec9afc6ff4f708fb4c3ebbfb6a4a754375cc50d4e /bundle/package.json
parentMerge pull request #815 from fosscord/translation (diff)
parentMake build script use parts, defined in utils.js (diff)
downloadserver-ts-8fbcd35a87ac572c8e14b24b33fcb3d2e9223703.tar.xz
Merge pull request #817 from fosscord/dev/new-scripts
Add utility scripts
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json

index 311fab18..49aadeb8 100644 --- a/bundle/package.json +++ b/bundle/package.json
@@ -4,7 +4,9 @@ "description": "", "main": "src/start.js", "scripts": { - "setup": "node scripts/install.js && npm install --no-optional && npx ts-patch install -s && npx patch-package --patch-dir ../api/patches/ && npm run build", + "setup": "node scripts/install.js && npm install --omit optional && ts-patch install -s && patch-package --patch-dir ../api/patches/ && npm run build", + "depclean": "node scripts/depclean.js", + "depcheck": "node scripts/depcheck.js", "build": "node scripts/build.js", "start": "node scripts/build.js && node dist/bundle/src/start.js", "start:bundle": "node dist/bundle/src/start.js",