Skip to content

Commit cdd23bc

Browse files
committed
fix(critical): fix support for all versions above 1.20.2 in mineflayer dependency
1 parent 4277c3a commit cdd23bc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/updateGitDeps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ async function main() {
149149
}
150150
fs.writeFileSync(lockfilePath, newLockfileContent)
151151
console.log('\nUpdated pnpm-lock.yaml with new commit hashes')
152-
console.log('Running pnpm install to apply changes...')
153-
execSync('pnpm install', { stdio: 'inherit' })
152+
// console.log('Running pnpm install to apply changes...')
153+
// execSync('pnpm install', { stdio: 'inherit' })
154154
console.log('Done!')
155155
} else {
156156
console.log('\nNo changes were made.')

0 commit comments

Comments
 (0)