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 1515 "build:context-menu" : " yarn --cwd ./packages/electron-chrome-context-menu build" ,
1616 "build:extensions" : " yarn --cwd ./packages/electron-chrome-extensions build" ,
1717 "build:shell" : " yarn --cwd ./packages/shell build" ,
18- "start" : " yarn build:context-menu && yarn build:extensions && yarn --cwd ./packages/shell start" ,
18+ "start" : " yarn build:context-menu && yarn build:extensions && yarn build:chrome-web-store && yarn --cwd ./packages/shell start" ,
1919 "start:debug" : " cross-env SHELL_DEBUG=true DEBUG='electron*' yarn start" ,
2020 "start:electron-dev" : " cross-env ELECTRON_OVERRIDE_DIST_PATH=$(e show out --path) ELECTRON_ENABLE_LOGGING=1 yarn start" ,
2121 "start:electron-dev:debug" : " cross-env DEBUG='electron*' yarn start:electron-dev" ,
You can’t perform that action at this time.
0 commit comments