Skip to content

Commit

Permalink
Fix wrong glob path
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jul 14, 2019
1 parent 47fe231 commit a899be8
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 @@ -55,7 +55,7 @@
}
},
"lint-staged": {
"src/*/*.{less,js,json}": [
"{src,test}/**/*.{less,js,json}": [
"prettier --write",
"git add"
]
Expand Down

0 comments on commit a899be8

Please sign in to comment.