This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"build": "bun build --minify --target bun --outdir dist --sourcemap src/main.ts",
|
||||
"check:code": "eslint src/ --ext .ts",
|
||||
"check:spell": "cspell --config cspell.code.json **/*.ts",
|
||||
"start": "bun run src/main.ts"
|
||||
"start": "bun run src/main.ts",
|
||||
"test:integration": "bun test ./tests/*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/ts3-nodejs-library": "^2.0.1",
|
||||
|
||||
Reference in New Issue
Block a user