Skip to content

Commit f6f08ee

Browse files
committed
Build a working bundle
1 parent a3ab548 commit f6f08ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:update": "bun test --update-snapshots",
1111
"format": "prettier ./ --ignore-unknown --write",
1212
"format:check": "prettier ./ --ignore-unknown --list-different",
13-
"build": "bun build ./src/cli.ts --outfile ./dist/cli.js",
13+
"build": "bun build ./src/cli.ts --target node --external object-hash --external ast-types --external escodegen --external path-to-regexp --outfile ./dist/cli.js",
1414
"typecheck": "tsc --noEmit",
1515
"prepublish": "bun run build"
1616
},

0 commit comments

Comments
 (0)