Skip to content

Commit

Permalink
chore(npm): make sure the packages are published correctly
Browse files Browse the repository at this point in the history
affects: @serenity-js/core, serenity-js
  • Loading branch information
jan-molak committed Jan 21, 2018
1 parent ea0b3e6 commit 743203a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/travis/before_install.sh
Expand Up @@ -39,8 +39,8 @@ if [[ $TRAVIS_BRANCH == 'master' ]]; then
git fetch --tags
git branch -u origin/$TRAVIS_BRANCH
git fsck --full #debug
# echo "npm whoami"
# npm whoami #debug
echo "npm whoami"
npm whoami #debug
echo "git config --list"
git config --list #debug

Expand Down

0 comments on commit 743203a

Please sign in to comment.