Skip to content

Commit

Permalink
fix: no lockfile [skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Mar 21, 2024
1 parent 2ca40ee commit aee6cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @fiction/core/plugin-build/plugin-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ export class FictionRelease extends FictionPlugin<FictionReleaseSettings> {
this.log.info('generate changelog...')
await this.commit('npm', ['run', 'changelog'])

this.log.info(`update lockfile... ${process.cwd()}`)
await this.commit('pnpm', ['i'])
// this.log.info(`update lockfile... ${process.cwd()}`)
// await this.commit('pnpm', ['i'])

// commit version change
const { stdout } = await this.run('git', ['diff'], { stdio: 'pipe' })
Expand Down

0 comments on commit aee6cbf

Please sign in to comment.