Skip to content

Commit 0883fc7

Browse files
committed
Fix tests on Windows
1 parent 6d0ea02 commit 0883fc7

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
@@ -31,7 +31,7 @@
3131
"xo": "^0.23.0"
3232
},
3333
"scripts": {
34-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
34+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3535
"build-bundle": "browserify . -s unistUtilGenerated > unist-util-generated.js",
3636
"build-mangle": "browserify . -s unistUtilGenerated -p tinyify > unist-util-generated.min.js",
3737
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)