chore(api): fix build command
This commit is contained in:
parent
82558ff06a
commit
9847fdb70c
@ -2,7 +2,7 @@
|
|||||||
"name": "@boring.tools/api",
|
"name": "@boring.tools/api",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun run --hot src/index.ts",
|
"dev": "bun run --hot src/index.ts",
|
||||||
"build": "bun build --entrypoints ./src/index.ts --outdir ../../build/api --target bun --splitting --sourcemap=linked",
|
"build": "bun build --entrypoints ./src/index.ts --outdir ../../build/api --target bun --splitting",
|
||||||
"test": "bun test --preload ./src/index.ts"
|
"test": "bun test --preload ./src/index.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user