File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 345345 },
346346 "scripts" : {
347347 "vscode:uninstall" : " node ./dist/uninstall" ,
348+ "vscode:prepublish" : " node prebuild.js && webpack --mode production --devtool hidden-source-map" ,
348349 "prebuild" : " node prebuild.js" ,
349350 "postbuild" : " git checkout -- assets package.json" ,
350351 "build:gui" : " cd ./gui && yarn && yarn vscode" ,
351352 "build" : " webpack --config webpack.config.js && npm run build:gui" ,
352- "prepackage" : " node prebuild.js" ,
353353 "postpackage" : " git checkout -- assets package.json" ,
354- "package" : " webpack --mode production --devtool hidden-source-map && vsce package" ,
354+ "package" : " vsce package" ,
355355 "dev" : " webpack serve --config webpack.config.js --open" ,
356356 "watch" : " npm run prebuild && webpack --watch" ,
357357 "lint" : " eslint src --ext ts" ,
You can’t perform that action at this time.
0 commit comments