Skip to content

Commit

Permalink
Fix prettier script file glob to ignore compiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem committed Apr 20, 2019
1 parent 80afb0a commit 8d559d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "root",
"private": true,
"scripts": {
"format": "prettier --check packages/**/*.ts",
"lint": "eslint packages/**/*.ts",
"format": "prettier --check packages/*/src/**/*.ts",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 8d559d0

Please sign in to comment.