Skip to content

Commit 8ce6dad

Browse files
committed
Prettier quotes for windows
Fix lint command on Windows. Still TODO: fix commit hooks
1 parent c56520a commit 8ce6dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"integrity2": "node buildutils/lib/integrity.js",
2222
"lint": "yarn && yarn run prettier && yarn run eslint",
2323
"lint:check": "yarn run prettier:check && yarn run eslint:check",
24-
"prettier": "prettier --ignore-path .gitignore --write '**/*{.ts,.tsx,.js,.jsx,.css,.json}'",
25-
"prettier:check": "prettier --ignore-path .gitignore --check '**/*{.ts,.tsx,.js,.jsx,.css,.json}'",
24+
"prettier": "prettier --ignore-path .gitignore --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"",
25+
"prettier:check": "prettier --ignore-path .gitignore --check \"**/*{.ts,.tsx,.js,.jsx,.css,.json}\"",
2626
"sort-package-json": "lerna exec --parallel sort-package-json && sort-package-json",
2727
"publish": "yarn run clean && yarn run build && lerna publish -m \"Publish npm packages\"",
2828
"update-dependency": "update-dependency --lerna",

0 commit comments

Comments
 (0)