Skip to content

Commit

Permalink
Changed compile to esbuild base
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 committed Jan 30, 2024
1 parent 33a6d03 commit f5ce617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"vscode:prepublish": "npm run esbuild-base -- --minify",
"compile": "tsc -p ./",
"test-compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"package": "npm run esbuild-base -- --minify",
"publish": "npm run esbuild-base -- --minify",
"publish": "",
"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 f5ce617

Please sign in to comment.