Skip to content

Commit

Permalink
fix(cli): fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Feb 22, 2024
1 parent 5a2edd0 commit b133d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const functionOptions: {
patterns: ['.prettierrc*', 'prettier.config.*'],
scripts: {
format:
'prettier . "!**/packages-lock.json*" "!**/yarn.lock" "!**/pnpm-lock.yaml" --ignore-unknown --write --cache --log-level=warn',
'prettier . "!**/package-lock.json*" "!**/yarn.lock" "!**/pnpm-lock.yaml" --ignore-unknown --write --cache --log-level=warn',
},
template: `import { prettier } from '@modyqyw/fabric';
Expand Down

0 comments on commit b133d5a

Please sign in to comment.