Skip to content

Commit

Permalink
Fix prettier script; need to quote arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Dec 19, 2018
1 parent 9ab9a2f commit ca69641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"scripts": {
"ci": "eslint . && nyc ava -v && npm run prettier -- --list-different",
"clean": "node test/helpers/clean.js",
"prettier": "prettier --single-quote --no-semi **/*.{js,md}",
"prettier": "prettier --single-quote --no-semi \"**/*.{js,md}\"",
"format": "npm run prettier -- --write && eslint . --fix",
"pretest": "npm run clean && npm run format",
"test": "nyc ava -v"
Expand Down

0 comments on commit ca69641

Please sign in to comment.