mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(travis): better logging for site task, improvements
This commit is contained in:
@@ -12,7 +12,7 @@ function run {
|
||||
|
||||
VERSION=$(readJsonProp "package.json" "version")
|
||||
|
||||
NEW_VERSION="$VERSION-$TRAVIS_BUILD_NUMBER"
|
||||
NEW_VERSION="$VERSION-nightly-$TRAVIS_BUILD_NUMBER"
|
||||
|
||||
replaceJsonProp "package.json" "version" "$NEW_VERSION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user