Skip to content

Commit 3565057

Browse files
committed
Fix tests on Windows
1 parent 96f21ad commit 3565057

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.21.1"
4040
},
4141
"scripts": {
42-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
42+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4343
"test-api": "node test",
4444
"test-coverage": "nyc --reporter lcov tape test.js",
4545
"test": "npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)