Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 2, 2024
1 parent 0aa7c2a commit c49cb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vp-update/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cli
'pnpm dlx vp-update [dir] / npx vp-update [dir] / bunx vp-update [dir]',
)
.example('docs')
.action(async (targetDir = '') => {
.action(async (targetDir = ''): Promise<Error | void> => {
console.log('Bumping deps...')
const dir = resolve(process.cwd(), targetDir)
const packageJSON = resolve(dir, 'package.json')
Expand Down

0 comments on commit c49cb17

Please sign in to comment.