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 5454 "build" : " cross-env NODE_ENV=production concurrently \" npm:build:*\" " ,
5555 "build:ext" : " yarn run compile:ext --define:process.env.NODE_ENV=\" 'production'\" --minify" ,
5656 "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" ,
5858 "prepackage" : " yarn run build" ,
5959 "package" : " vsce package --yarn -o ." ,
6060 "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