Skip to content

Commit

Permalink
build: include electron-chrome-web-store
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmaddock committed Dec 14, 2024
1 parent 93d6b1e commit 8b38689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build:context-menu": "yarn --cwd ./packages/electron-chrome-context-menu build",
"build:extensions": "yarn --cwd ./packages/electron-chrome-extensions build",
"build:shell": "yarn --cwd ./packages/shell build",
"start": "yarn build:context-menu && yarn build:extensions && yarn --cwd ./packages/shell start",
"start": "yarn build:context-menu && yarn build:extensions && yarn build:chrome-web-store && yarn --cwd ./packages/shell start",
"start:debug": "cross-env SHELL_DEBUG=true DEBUG='electron*' yarn start",
"start:electron-dev": "cross-env ELECTRON_OVERRIDE_DIST_PATH=$(e show out --path) ELECTRON_ENABLE_LOGGING=1 yarn start",
"start:electron-dev:debug": "cross-env DEBUG='electron*' yarn start:electron-dev",
Expand Down

0 comments on commit 8b38689

Please sign in to comment.