Skip to content

Commit 3457584

Browse files
committed
Fix tests on Windows
1 parent 279fcee commit 3457584

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
@@ -34,7 +34,7 @@
3434
"xo": "^0.23.0"
3535
},
3636
"scripts": {
37-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
37+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3838
"build-bundle": "browserify . -s mdastUtilHeadingRange > mdast-util-heading-range.js",
3939
"build-mangle": "browserify . -s mdastUtilHeadingRange -p tinyify > mdast-util-heading-range.min.js",
4040
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)