Skip to content

Commit

Permalink
remove yarn prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Jul 2, 2023
1 parent 5c47d95 commit c0bb852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"eslint --fix",
"prettier --write",
"jest --passWithNoTests",
"yarn cspell lint . --gitignore --no-progress --no-must-find-files"
"cspell lint . --gitignore --no-progress --no-must-find-files"
],
"*.{md,html,json,css}": [
"prettier --write",
"yarn cspell lint . --gitignore --no-progress --no-must-find-files"
"cspell lint . --gitignore --no-progress --no-must-find-files"
]
},
"husky": {
Expand Down

0 comments on commit c0bb852

Please sign in to comment.