diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index b220ad7..6e9feb5 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/scripts/version.ts b/scripts/version.ts index 96fc599..d06a22f 100644 --- a/scripts/version.ts +++ b/scripts/version.ts @@ -57,6 +57,6 @@ export const version = autorun( pj.version = version; await fs.outputJSON(pjFile, pj, { spaces: 2 }); } - child_process.execSync(`git add -A; git commit -m "feat: v${version}"`, { stdio: 'inherit' }); + child_process.execSync(`yarn; git add -A; git commit -m "feat: v${version}"`, { stdio: 'inherit' }); }, );