Skip to content

Commit c92c0ac

Browse files
committed
Fix tests on Windows
1 parent 35b280e commit c92c0ac

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 unistUtilIs > unist-util-is.js",
3939
"build-mangle": "browserify . -s unistUtilIs -p tinyify > unist-util-is.min.js",
4040
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)