disable some tooling to fix builds, revisit at some point
This commit is contained in:
parent
aa6ebf12a0
commit
e41c7a086e
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
|||
"dev": "nodemon --watch './**/*.ts' index.ts",
|
||||
"build": "npm-run-all build:*",
|
||||
"build:build": "ncc build index.ts -o build",
|
||||
"build:mangle": "ts-node ./tooling/mangle.ts",
|
||||
"build:cleanup": "ts-node ./tooling/cleanup.ts"
|
||||
"buildd:mangle": "ts-node ./tooling/mangle.ts",
|
||||
"buildd:cleanup": "ts-node ./tooling/cleanup.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "tgpholly",
|
||||
|
|
Loading…
Reference in a new issue