Skip to content

Commit

Permalink
fix: do not bundle octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed May 8, 2024
1 parent 4efb3d8 commit afd4ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "npm run build && node --env-file .env build/index.cjs",
"start": "node build/index.cjs",
"build": "astro build && esbuild registry/index.ts --bundle --format=cjs --loader:.html=text --loader:.svg=text --external:esbuild --platform=node --outfile=build/index.cjs",
"build": "astro build && esbuild registry/index.ts --bundle --format=cjs --loader:.html=text --loader:.svg=text --external:esbuild --external:octokit --platform=node --outfile=build/index.cjs",
"pretest": "node build/index.cjs &",
"test": "node --test",
"posttest": "kill $(lsof -t -i:3000)",
Expand Down

0 comments on commit afd4ef1

Please sign in to comment.