File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140 "build" : " vsce package" ,
141141 "vscode:prepublish" : " npm run compile" ,
142142 "compile" : " npm run build:server && npm run build:webview && mkdir -p ./dist/node_modules/sql.js/dist && cp -r ./node_modules/sql.js ./dist/node_modules" ,
143- "build:server" : " esbuild ./src/main.ts --minify --bundle --platform=node --external:vscode --external:pg-native --outfile=./dist/index.js" ,
144- "build:webview" : " esbuild ./webview/main.tsx --minify --bundle --outfile=./dist/webview/main-bundle.js" ,
143+ "build:server" : " esbuild ./src/main.ts --sourcemap -- minify --bundle --platform=node --external:vscode --external:pg-native --outfile=./dist/index.js" ,
144+ "build:webview" : " esbuild ./webview/main.tsx --sourcemap -- minify --bundle --outfile=./dist/webview/main-bundle.js" ,
145145 "clean" : " rm -rf ./dist" ,
146146 "lint" : " eslint src --ext ts" ,
147147 "watch" : " npm run build:server -- --watch & npm run build:webview -- --watch" ,
You can’t perform that action at this time.
0 commit comments