fix(scripts/build): editing build rules
- Now all the files will be built
This commit is contained in:
parent
e91b4db39d
commit
9e5aac0aca
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun --watch src/index.ts",
|
"dev": "bun --watch src/index.ts",
|
||||||
"debug": "bun --watch src/index.ts --debug",
|
"debug": "bun --watch src/index.ts --debug",
|
||||||
|
"build": "bun build $(find src -name '*.ts') --outdir dist --minify --target bun",
|
||||||
"lint": "bunx eslint src --ext .ts,.js --fix || watch -n 0.5 bunx eslint src --ext .ts,.js",
|
"lint": "bunx eslint src --ext .ts,.js --fix || watch -n 0.5 bunx eslint src --ext .ts,.js",
|
||||||
"lint:fix": "bunx eslint src --ext .ts,.js --fix",
|
"lint:fix": "bunx eslint src --ext .ts,.js --fix",
|
||||||
"type-check": "bunx tsc --noEmit",
|
"type-check": "bunx tsc --noEmit",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue