Skip to content

Commit

Permalink
Merge pull request #485 from HubSpot/hotfix/prettier-windows
Browse files Browse the repository at this point in the history
Fixed prettier scripts on Windows
  • Loading branch information
miketalley authored Apr 29, 2021
2 parents 242e774 + adbfbae commit 275c21f
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 @@ -19,8 +19,8 @@
],
"scripts": {
"check-deps": "node bin/depcheck.js",
"lint": "eslint . && prettier --list-different 'packages/**/*.{js,json}'",
"prettier:write": "prettier --write 'packages/**/*.{js,json}'",
"lint": "eslint . && prettier --list-different packages/**/*.{js,json}",
"prettier:write": "prettier --write packages/**/*.{js,json}",
"publish-release": "yarn lerna publish --conventional-graduate",
"publish-prerelease": "yarn lerna publish prerelease --preid beta --dist-tag next",
"test": "jest",
Expand Down

0 comments on commit 275c21f

Please sign in to comment.