Skip to content

Commit 1c64880

Browse files
committed
Fix CI build bundling
1 parent f1342cf commit 1c64880

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"cli": "bun src/cli.ts",
11-
"build": "bun build src/cli.ts --outdir dist --target node",
11+
"build": "bun build src/cli.ts --outdir dist --target node --external playwright --external playwright-core",
1212
"prepare": "bun run build",
1313
"typecheck": "bunx tsc --noEmit",
1414
"test": "bun test"

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bun
1+
#!/usr/bin/env node
22
import { Command } from "commander";
33
import { loadConfig, saveConfig, parseConfigValue, configPath } from "./lib/config.js";
44
import { openSession } from "./lib/browser.js";

0 commit comments

Comments
 (0)