Skip to content

Commit 4f2f038

Browse files
committed
Fix tests on Windows
1 parent 7acf444 commit 4f2f038

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
@@ -39,7 +39,7 @@
3939
"xo": "^0.24.0"
4040
},
4141
"scripts": {
42-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
42+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4343
"build-bundle": "browserify . -s hastUtilFindAndReplace > hast-util-find-and-replace.js",
4444
"build-mangle": "browserify . -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js",
4545
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)