Skip to content

Commit

Permalink
fix(prettier): use double quotes in package.json scripts (carbon-desi…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrosno authored May 29, 2019
1 parent f1fb97b commit 165c794
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 @@ -10,8 +10,8 @@
"ci-check": "yarn format:diff && yarn test",
"clean": "yarn cache clean && yarn install",
"eject": "react-scripts eject",
"format": "prettier --write '**/*.{js,md,scss}'",
"format:diff": "prettier --list-different '**/*.{js,md,scss}'",
"format": "prettier --write \"**/*.{js,md,scss}\"",
"format:diff": "prettier --list-different \"**/*.{js,md,scss}\"",
"format:staged": "prettier --write",
"start": "react-scripts start",
"test": "react-scripts test"
Expand Down

0 comments on commit 165c794

Please sign in to comment.