We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ab548 commit f6f08eeCopy full SHA for f6f08ee
package.json
@@ -10,7 +10,7 @@
10
"test:update": "bun test --update-snapshots",
11
"format": "prettier ./ --ignore-unknown --write",
12
"format:check": "prettier ./ --ignore-unknown --list-different",
13
- "build": "bun build ./src/cli.ts --outfile ./dist/cli.js",
+ "build": "bun build ./src/cli.ts --target node --external object-hash --external ast-types --external escodegen --external path-to-regexp --outfile ./dist/cli.js",
14
"typecheck": "tsc --noEmit",
15
"prepublish": "bun run build"
16
},
0 commit comments