Skip to content

Commit

Permalink
devops: start actually publishing @next versions for tip-of-tree comm…
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov authored Apr 21, 2020
1 parent 5b085fd commit 96331de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions utils/publish_all_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ else
fi

npm run clean
npm publish . --tag="${NPM_PUBLISH_TAG}" --dry-run
npm publish packages/playwright-firefox --tag="${NPM_PUBLISH_TAG}" --dry-run
npm publish packages/playwright-webkit --tag="${NPM_PUBLISH_TAG}" --dry-run
npm publish packages/playwright-chromium --tag="${NPM_PUBLISH_TAG}" --dry-run
npm publish packages/playwright --tag="${NPM_PUBLISH_TAG}" --dry-run
npm publish . --tag="${NPM_PUBLISH_TAG}"
npm publish packages/playwright-firefox --tag="${NPM_PUBLISH_TAG}"
npm publish packages/playwright-webkit --tag="${NPM_PUBLISH_TAG}"
npm publish packages/playwright-chromium --tag="${NPM_PUBLISH_TAG}"
npm publish packages/playwright --tag="${NPM_PUBLISH_TAG}"

echo "Done."

0 comments on commit 96331de

Please sign in to comment.