From d8215365720fa77c5e82f361f082e942f7223f10 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 6 Aug 2022 15:08:19 +0200 Subject: Add utility scripts --- bundle/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bundle/package.json') 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", -- cgit 1.5.1