Skip to content

Commit fc9c7e4

Browse files
committed
chore(release): use the NPM --allow-same-version option
1 parent 2cbbfe5 commit fc9c7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ else
99
fi
1010

1111
echo $VERSION &&
12-
npm version $VERSION &&
12+
npm version $VERSION --allow-same-version &&
1313
yarn build &&
1414
yarn build:wrapper

0 commit comments

Comments
 (0)