Skip to content

Commit

Permalink
chore(release): use the NPM --allow-same-version option
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Nov 12, 2019
1 parent 2cbbfe5 commit fc9c7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ else
fi

echo $VERSION &&
npm version $VERSION &&
npm version $VERSION --allow-same-version &&
yarn build &&
yarn build:wrapper

0 comments on commit fc9c7e4

Please sign in to comment.