Skip to content

Commit

Permalink
fix: πŸ› prettier glob
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Jun 24, 2020
1 parent 715ce6d commit e824e56
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 @@ -39,7 +39,7 @@
"test:coverage": "TZ=Europe/Paris jest --coverage",
"prepublishOnly": "yarn lint && yarn build && yarn test && yarn config:npm",
"postpublish": "yarn config:dev",
"prettier": "./node_modules/.bin/prettier --write ./src/*.{ts,tsx}"
"prettier": "./node_modules/.bin/prettier --write \"src/**/*.{ts,tsx}\""
},
"jest": {
"preset": "react-native",
Expand Down

0 comments on commit e824e56

Please sign in to comment.