Skip to content

Commit

Permalink
fix development release @next tag helper script in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Apr 23, 2018
1 parent 0958533 commit 5fcaa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
script:
- echo "Deploying to NPM ..."
- npm version
- if [ "$TRAVIS_BRANCH" = "master" -a ./scripts/development-release.ts ]; then ./scripts/package-public-config-tag-next.ts; fi
- if ./scripts/development-release.ts; then ./scripts/package-public-config-tag-next.ts; fi
- npm run dist

deploy:
Expand Down

0 comments on commit 5fcaa39

Please sign in to comment.