Skip to content

Commit

Permalink
add externals
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-re committed Mar 12, 2023
1 parent 65f3d2e commit 9788786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {
"compile:cli": "esbuild bin/cli.ts --bundle --platform=node --external:pg-native --outfile=dist/cli.js",
"compile:vscode": "esbuild bin/vscodeExtensionServer.ts --bundle --platform=node --external:pg-native --outfile=dist/vscodeExtensionServer.js",
"compile:vscode": "esbuild bin/vscodeExtensionServer.ts --bundle --platform=node --external:pg-native --external:aws-sdk --external:mock-aws-s3 --external:nock --outfile=dist/vscodeExtensionServer.js",
"compile:index": "tsc -p .",
"clean": "rm -rf dist",
"watch:cli": "yarn compile:cli --watch",
Expand Down

0 comments on commit 9788786

Please sign in to comment.