We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbbfe5 commit fc9c7e4Copy full SHA for fc9c7e4
tools/build.sh
@@ -9,6 +9,6 @@ else
9
fi
10
11
echo $VERSION &&
12
-npm version $VERSION &&
+npm version $VERSION --allow-same-version &&
13
yarn build &&
14
yarn build:wrapper
0 commit comments