Skip to content

Commit

Permalink
fix prettier command for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Nov 5, 2019
1 parent aec4926 commit 368f8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"docs": "del-cli \"docs/*\" \"!docs/README.md\" && npx jsdoc -c .jsdoc docs/README.md",
"examples": "del-cli \"examples/*\" \"!examples/generate.js\" \"!examples/README.md\" && node ./examples/generate.js",
"lint:eslint": "eslint --ignore-path .gitignore .",
"lint:prettier": "prettier --list-different '**/*.{js,json,md,yml}'",
"lint:prettier": "prettier --list-different \"**/*.{js,json,md,yml}\"",
"lint": "run-p lint:*",
"start": "npx nodemon index.js",
"test": "jest --verbose",
Expand Down

0 comments on commit 368f8a2

Please sign in to comment.