Skip to content

Commit 8b38689

Browse files
committed
build: include electron-chrome-web-store
1 parent 93d6b1e commit 8b38689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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",

0 commit comments

Comments
 (0)