Skip to content

Commit

Permalink
Deploy to Chrome Web Store first
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 1, 2019
1 parent eba85c4 commit 5f1a966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -10,9 +10,9 @@
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"watch:firefox": "web-ext run --source-dir=distribution",
"release:amo": "cd distribution && web-ext-submit",
"release:cws": "cd distribution && webstore upload --auto-publish",
"release": "npm-run-all build prerelease:* --parallel release:*",
"release:amo": "cd distribution && web-ext-submit",
"release": "npm-run-all build prerelease:* release:*",
"create-git-tag": "VER=$(utc-version) && git tag $VER -m $VER && git push origin $VER",
"prerelease:source-url": "echo https://github.com/$TRAVIS_REPO_SLUG/tree/$TRAVIS_COMMIT > distribution/SOURCE_URL",
"prerelease:version": "dot-json distribution/manifest.json version $TRAVIS_TAG"
Expand Down

0 comments on commit 5f1a966

Please sign in to comment.