Skip to content

Commit

Permalink
fix: update esbuild out file
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Feb 12, 2024
1 parent 4b948b4 commit 7d40437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-bugbuddy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"vscode:prepublish": "npm run compile",
"compile": "npm run esbuild",
"watch": "npm run esbuild-watch",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node",
"esbuild": "npm run esbuild-base -- --sourcemap",
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
"pretest": "npm run compile && npm run lint",
Expand Down

0 comments on commit 7d40437

Please sign in to comment.