Skip to content

Commit 3e28a51

Browse files
committed
Fix tests on Windows
1 parent b4914b2 commit 3e28a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"xo": "^0.24.0"
4343
},
4444
"scripts": {
45-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
45+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4646
"build-bundle": "browserify . -s hastscript > hastscript.js",
4747
"build-mangle": "browserify . -s hastscript -p tinyify > hastscript.min.js",
4848
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)