From 36f46a9c74df9051369e96a4e8d757eceaa91a8b Mon Sep 17 00:00:00 2001 From: Michael Vandeberg Date: Tue, 14 Jan 2025 16:25:18 -0700 Subject: [PATCH] npm allow same version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b139393..bed07c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,7 +116,7 @@ jobs: - ./generate_index.sh - | if ! [ -z "${TRAVIS_TAG}" ]; then - npm version ${TRAVIS_TAG} --git-tag-version false + npm version ${TRAVIS_TAG} --allow-same-version --git-tag-version false fi - git add . - popd @@ -139,7 +139,7 @@ jobs: - cp ${TRAVIS_BUILD_DIR}/build/index.json index.json - | if ! [ -z "${TRAVIS_TAG}" ]; then - npm version ${TRAVIS_TAG} --git-tag-version false + npm version ${TRAVIS_TAG} --allow-same-version --git-tag-version false fi - git add . - popd