diff --git a/package.json b/package.json index be832f8..ea1c0c4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dist" ], "scripts": { - "build": "bun build src/index.ts --outfile dist/index.js --target node --packages external", + "build": "bun build src/index.ts --outfile dist/index.js --target node", "dev": "bun run build && node dist/index.js", "preview": "bun run build && node dist/index.js preview", "start": "bun run build && node dist/index.js",