File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 54
54
"build" : " cross-env NODE_ENV=production concurrently \" npm:build:*\" " ,
55
55
"build:ext" : " yarn run compile:ext --define:process.env.NODE_ENV=\" 'production'\" --minify" ,
56
56
"build:ls" : " yarn run compile:ls --define:process.env.NODE_ENV=\" 'production'\" --minify" ,
57
- "esbuild" : " esbuild --platform=node --tsconfig=./tsconfig.json --external:vscode --color=true --format=cjs" ,
57
+ "esbuild" : " esbuild --platform=node --tsconfig=./tsconfig.json --external:vscode --external:pg-native -- color=true --format=cjs" ,
58
58
"prepackage" : " yarn run build" ,
59
59
"package" : " vsce package --yarn -o ." ,
60
60
"compile:ext" : " yarn run esbuild --bundle ./src/extension.ts --outfile=./out/extension.js --target=es2017 --define:process.env.PRODUCT=\" 'ext'\" " ,
You can’t perform that action at this time.
0 commit comments