Skip to content

Commit

Permalink
Remove raw string
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Sep 1, 2023
1 parent da8ac8f commit 7716f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = {
const ciIndicator = (process.env.BUILDKITE ? 'ci-' : '')

const version = `${lernaVersion}-${ciIndicator}${branchName}.${commitId}`
console.log(String.raw(version))
console.log(version)
return version
}
}

0 comments on commit 7716f95

Please sign in to comment.