There was an error while loading. Please reload this page.
1 parent 24673c7 commit 08aeff4Copy full SHA for 08aeff4
1 file changed
package.json
@@ -49,7 +49,7 @@
49
],
50
"scripts": {
51
"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",
+ "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",
53
"build:types": "tsc -p tsconfig.declarations.json",
54
"dev": "bun run src/cli/index.ts",
55
"test": "bun test",
0 commit comments