Skip to content

Commit

Permalink
Update version.mjs
Browse files Browse the repository at this point in the history
removed comments
  • Loading branch information
amountainram committed Feb 10, 2023
1 parent b8fd266 commit de61bac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/version.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,9 @@ async function main() {

const queue = new PromiseQueue()

// let workingDir = pathResolve(__dirname, '..')
// let tagScope = 'micro-lc'
// let tagPrefix = 'v'
// if (ctx.package !== 'micro-lc') {
const workingDir = pathResolve(__dirname, `../packages/${ctx.package}`)
const tagScope = `@micro-lc/${ctx.package}`
const tagPrefix = `${tagScope}@`
// }

await queue.add('version', () => exec('version', `(cd ${workingDir} ; yarn version ${ctx.version})`))

Expand Down

0 comments on commit de61bac

Please sign in to comment.