Skip to content

Commit c636898

Browse files
chore: wip
1 parent 2d048d6 commit c636898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/crosswind/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { dts } from 'bun-plugin-dtsx'
22

33
await Bun.build({
4-
entrypoints: ['src/index.ts'],
4+
entrypoints: ['src/index.ts', 'bin/cli.ts'],
55
outdir: './dist',
66
target: 'bun',
77
plugins: [dts()],

packages/crosswind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"module": "./dist/index.js",
3838
"types": "./dist/index.d.ts",
3939
"bin": {
40-
"crosswind": "./dist/bin/cli.js"
40+
"crosswind": "./dist/cli.js"
4141
},
4242
"files": [
4343
"README.md",

0 commit comments

Comments
 (0)