Skip to content

Commit

Permalink
👷 Build >> Hints for releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
borsTiHD committed Jun 13, 2021
1 parent 66d6c65 commit 3c37c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ async function init() {
logState('(ℹ) RELEASE HELPER')
await releaseHelper()

logState('(ℹ) FINISHED BUILDING APP')
clearInterval(loader)
logState('(ℹ) FINISHED BUILDING APP - READY FOR RELEASING')
return true
} catch (error) {
clearInterval(loader)
Expand Down Expand Up @@ -185,7 +185,7 @@ async function releaseHelper() {
})
*/

console.log(`${colors.FgYellow}%s${colors.Reset}`, '(⚠) RELEASING NOT SUPPORTED RIGHT NOW - USE "~release-it" INSTEAD')
console.log(`${colors.FgYellow}%s${colors.Reset}`, '(⚠) RELEASING NOT SUPPORTED RIGHT NOW - USE "yarn release" INSTEAD')
}

// If no release has been specified, don't attempt to upload
Expand Down

0 comments on commit 3c37c35

Please sign in to comment.