Skip to content

Commit 165c794

Browse files
authored
fix(prettier): use double quotes in package.json scripts (carbon-design-system#204)
1 parent f1fb97b commit 165c794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"ci-check": "yarn format:diff && yarn test",
1111
"clean": "yarn cache clean && yarn install",
1212
"eject": "react-scripts eject",
13-
"format": "prettier --write '**/*.{js,md,scss}'",
14-
"format:diff": "prettier --list-different '**/*.{js,md,scss}'",
13+
"format": "prettier --write \"**/*.{js,md,scss}\"",
14+
"format:diff": "prettier --list-different \"**/*.{js,md,scss}\"",
1515
"format:staged": "prettier --write",
1616
"start": "react-scripts start",
1717
"test": "react-scripts test"

0 commit comments

Comments
 (0)