Skip to content

Commit fe14024

Browse files
committed
Fix tests on Windows
1 parent 70c4f23 commit fe14024

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
@@ -35,7 +35,7 @@
3535
"xo": "^0.20.0"
3636
},
3737
"scripts": {
38-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
38+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3939
"build-bundle": "browserify index.js --no-builtins -s unistUtilFindBefore > unist-util-find-before.js",
4040
"build-mangle": "esmangle unist-util-find-before.js > unist-util-find-before.min.js",
4141
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)