disable some tooling to fix builds, revisit at some point

This commit is contained in:
Holly Stubbs 2024-04-26 10:38:58 +01:00
parent aa6ebf12a0
commit e41c7a086e
Signed by: tgpholly
GPG Key ID: B8583C4B7D18119E
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
"dev": "nodemon --watch './**/*.ts' index.ts", "dev": "nodemon --watch './**/*.ts' index.ts",
"build": "npm-run-all build:*", "build": "npm-run-all build:*",
"build:build": "ncc build index.ts -o build", "build:build": "ncc build index.ts -o build",
"build:mangle": "ts-node ./tooling/mangle.ts", "buildd:mangle": "ts-node ./tooling/mangle.ts",
"build:cleanup": "ts-node ./tooling/cleanup.ts" "buildd:cleanup": "ts-node ./tooling/cleanup.ts"
}, },
"keywords": [], "keywords": [],
"author": "tgpholly", "author": "tgpholly",