Skip to content

Commit 08aeff4

Browse files
author
zoey
authored
fix: we need to include cli on dist (#31)
1 parent 24673c7 commit 08aeff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
],
5050
"scripts": {
5151
"dist": "bun run clean && bun run build:js && bun run build:types",
52-
"build:js": "bun build --outdir dist --root src --external commander --external chalk --external typescript src/next-js.ts src/vite-plugin.ts src/evaluation/eval_worker.ts --target node",
52+
"build:js": "bun build --outdir dist --root src --external commander --external chalk --external typescript src/next-js.ts src/vite-plugin.ts src/evaluation/eval_worker.ts src/cli/index.ts --target node",
5353
"build:types": "tsc -p tsconfig.declarations.json",
5454
"dev": "bun run src/cli/index.ts",
5555
"test": "bun test",

0 commit comments

Comments
 (0)