Skip to content

Commit

Permalink
Fix tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 26, 2019
1 parent 967a25a commit 504c6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"xo": "^0.24.0"
},
"scripts": {
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"build-bundle": "browserify . -s hastUtilAssert > hast-util-assert.js",
"build-mangle": "browserify . -s hastUtilAssert -p tinyify > hast-util-assert.min.js",
"build": "npm run build-bundle && npm run build-mangle",
Expand Down

0 comments on commit 504c6bb

Please sign in to comment.