Skip to content

Commit

Permalink
Risoluzione compatibilità Windows con npm scripts (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
corradopetrelli authored Nov 29, 2023
1 parent f71fcf9 commit c392be7
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
@@ -1,7 +1,7 @@
{
"scripts": {
"format:check": "npx prettier --check '**/*.md'",
"format:write": "prettier --write '**/*.md'",
"format:check": "npx prettier --check \"**/*.md\"",
"format:write": "prettier --write \"**/*.md\"",
"format:write:automation": "prettier --write"
},
"devDependencies": {
Expand Down

0 comments on commit c392be7

Please sign in to comment.