Skip to content

Commit

Permalink
feat: update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 13, 2024
1 parent 095b9f4 commit ce2458d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 274 deletions.
2 changes: 1 addition & 1 deletion packages/toolkit/utils/src/cli/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const isDevCommand = () => {
// @deprecated
// Can be removed in the next major version
export const deprecatedCommands = (
program: Command & { commandsMap: Map<string, Command> },
program: Command & { commandsMap?: Map<string, Command> },
) => {
const lintCommand = program.commandsMap?.get('lint');
if (!lintCommand) {
Expand Down
Loading

0 comments on commit ce2458d

Please sign in to comment.