File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3737 "scripts" : {
3838 "prepublishOnly" : " npm run compile && compass-scripts check-exports-exist" ,
3939 "compile" : " npm run webpack -- --mode production" ,
40+ "prewebpack" : " echo \" making sure compass webpack config is up to date...\" && npm run compile --workspace=@mongodb-js/webpack-config-compass" ,
4041 "webpack" : " webpack-compass" ,
4142 "postcompile" : " npm run typescript" ,
4243 "typescript" : " tsc -p tsconfig-build.json --emitDeclarationOnly" ,
Original file line number Diff line number Diff line change 141141 "scripts" : {
142142 "install" : " node scripts/download-fonts.js && node scripts/download-csfle.js" ,
143143 "electron-rebuild" : " node scripts/electron-rebuild.js" ,
144- "prestart" : " npm run electron-rebuild && npm run compile --workspace=@mongodb-js/webpack-config-compass " ,
144+ "prestart" : " npm run electron-rebuild" ,
145145 "start" : " HADRON_DISTRIBUTION=${HADRON_DISTRIBUTION:-compass} npm run webpack serve -- --mode development" ,
146146 "test-electron" : " npm run test-main && npm run test-renderer" ,
147147 "test-main" : " xvfb-maybe electron-mocha --no-sandbox \" ./src/main/**/*.spec.*\" \" ./src/main/**/*.test.*\" " ,
148148 "test-renderer" : " xvfb-maybe electron-mocha --no-sandbox --config ./.mocharc.renderer.js \" ./src/app/**/*.spec.*\" " ,
149149 "check" : " npm run typecheck && npm run lint && npm run depcheck" ,
150+ "prewebpack" : " echo \" making sure compass webpack config is up to date...\" && npm run compile --workspace=@mongodb-js/webpack-config-compass" ,
150151 "webpack" : " webpack-compass" ,
151152 "compile" : " npm run webpack -- --mode production" ,
152153 "postcompile" : " npm run generate-3rd-party-notices" ,
You can’t perform that action at this time.
0 commit comments