Skip to content

Commit

Permalink
changed package to be esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 committed Jan 30, 2024
1 parent c949200 commit 6c38ce9
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 @@ -167,7 +167,7 @@
"test-compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"package": "npm run esbuild-base -- --minify",
"publish": "vsce publish",
"publish": "npm run esbuild-base -- --minify",
"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"
Expand Down

0 comments on commit 6c38ce9

Please sign in to comment.