Skip to content

Commit

Permalink
Fix version call path for chrome publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Dec 31, 2021
1 parent 08402a0 commit 652ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/packages/output-webext-chrome/package.json
Expand Up @@ -28,7 +28,7 @@
"output:list": "ls -l ./dist/publish/",
"publish": "export WEBSTORE_TOKEN=$(chrome-webstore-manager refresh_token --client_id \"$CHROME_CLIENT_ID\" --client_secret \"$CHROME_CLIENT_SECRET\" --refresh_token \"$CHROME_REFRESH_TOKEN\") && npm run publish:update && npm run publish:publish",
"publish:publish": "chrome-webstore-manager publish enfbcfmmdpdminapkflljhbfeejjhjjk",
"publish:update": "chrome-webstore-manager update enfbcfmmdpdminapkflljhbfeejjhjjk \"./dist/publish/talkie-joelpurra.com-$(npm run --silent version:get:head)-chrome.zip\"",
"publish:update": "chrome-webstore-manager update enfbcfmmdpdminapkflljhbfeejjhjjk \"./dist/publish/talkie-joelpurra.com-$(cd ../../ && npm run --silent version:get:head)-chrome.zip\"",
"rebuild": "npm run --silent clean && npm run --silent build",
"run:chrome": "mkdirp ./dist/profiles/chrome/ && google-chrome --no-first-run --enable-logging=stderr --v=0 --enable-extension-activity-logging --error-console --user-data-dir=\"${PWD}/dist/profiles/chrome/\" --load-extension=\"${PWD}/dist/webext\"",
"run:chromium": "mkdirp ./dist/profiles/chromium/ && chromium --no-first-run --enable-logging=stderr --v=0 --enable-extension-activity-logging --error-console --user-data-dir=\"${PWD}/dist/profiles/chromium/\" --load-extension=\"${PWD}/dist/webext\"",
Expand Down

0 comments on commit 652ad2e

Please sign in to comment.