Skip to content

Commit 07ca58b

Browse files
committed
fixed build
1 parent 28b84d1 commit 07ca58b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

travis/uploadArchives.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CURRENT_VERSION=$(npm run version --silent)
55
NEW_VERSION="$CURRENT_VERSION-alpha-$(date +%Y%m%d%H%M)"
66

77
echo "Uploading npm package version $NEW_VERSION"
8+
cp .npmrc.template $HOME/.npmrc
89

910
npm version "$NEW_VERSION" --commit-hooks false --git-tag-version false
1011

0 commit comments

Comments
 (0)