Skip to content

Commit ca69641

Browse files
committed
Fix prettier script; need to quote arguments
1 parent 9ab9a2f commit ca69641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"ci": "eslint . && nyc ava -v && npm run prettier -- --list-different",
1414
"clean": "node test/helpers/clean.js",
15-
"prettier": "prettier --single-quote --no-semi **/*.{js,md}",
15+
"prettier": "prettier --single-quote --no-semi \"**/*.{js,md}\"",
1616
"format": "npm run prettier -- --write && eslint . --fix",
1717
"pretest": "npm run clean && npm run format",
1818
"test": "nyc ava -v"

0 commit comments

Comments
 (0)