Skip to content

Commit

Permalink
Fixed prettier glob pattern under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 8, 2018
1 parent 652cd67 commit 2456a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"scripts": {
"clean": "rimraf lib dist es coverage",
"format": "prettier --write '{src,test}/**/*.js'",
"format:check": "prettier --list-different '{src,test}/**/*.js'",
"format": "prettier --write \"{src,test}/**/*.js\"",
"format:check": "prettier --list-different \"{src,test}/**/*.js\"",
"lint": "eslint src test build",
"pretest": "npm run build:commonjs",
"test": "cross-env BABEL_ENV=commonjs jest",
Expand Down

0 comments on commit 2456a4e

Please sign in to comment.