Skip to content

Commit

Permalink
Reverting deploy; appears to be old version conflict
Browse files Browse the repository at this point in the history
npm shows 2.8.0-beta.8113 published 2 months back, unclear why
I'm running into a CircleCI build number reuse
  • Loading branch information
bbyars committed Oct 16, 2022
1 parent 0bbe82c commit 6eb3e13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/publishNpm
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ if [ "$MB_RELEASE" = "true" ]; then
TAG=latest
fi

cd dist
npm publish mountebank --tag $TAG
npm publish dist/mountebank --tag $TAG

0 comments on commit 6eb3e13

Please sign in to comment.