Skip to content

Commit 725fd01

Browse files
committed
Fix tests on Windows
1 parent 81f4bc3 commit 725fd01

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
@@ -33,7 +33,7 @@
3333
"xo": "^0.23.0"
3434
},
3535
"scripts": {
36-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
36+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3737
"build-bundle": "browserify . -s unistUtilSource > unist-util-source.js",
3838
"build-mangle": "browserify . -s unistUtilSource -p tinyify > unist-util-source.min.js",
3939
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)