Skip to content

Commit

Permalink
chore: fix lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 1, 2020
1 parent 92c1bbe commit e6d7d5d
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 @@ -20,7 +20,7 @@
}
},
"lint-staged": {
".env,Makefile,docker-compose.yml,{archetypes,exampleSite,layouts}/**/*,package.json": [
".env,Makefile,docker-compose.yml,archetypes/**/*,exampleSite/**/*,layouts/**/*,package.json": [
"npm test"
]
},
Expand Down

0 comments on commit e6d7d5d

Please sign in to comment.