Skip to content

Commit

Permalink
chore: update deprecated lerna publish usage (aws#4123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Gaussen authored and mergify[bot] committed Sep 18, 2019
1 parent 5b69034 commit fcaf70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export NODE_OPTIONS="--max-old-space-size=4096 ${NODE_OPTIONS:-}"

/bin/bash ./install.sh

npx lerna publish --force-publish=* --skip-npm --skip-git --repo-version ${ver}
npx lerna version --force-publish=* --no-git-tag-version --no-push ${ver}

# Update CHANGELOG.md only at the root
cat > /tmp/context.json <<HERE
Expand Down

0 comments on commit fcaf70f

Please sign in to comment.