Skip to content

Commit 109dce9

Browse files
committed
testing husky
1 parent 33d2cb4 commit 109dce9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"husky": {
4040
"hooks": {
41-
"pre-commit": "PATH=$PATH lint-staged"
41+
"pre-commit": "lint-staged"
4242
}
4343
},
4444
"lint-staged": {

src/components/Layout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const GlobalStyles = createGlobalStyle`
77
body {
88
font-size: 18px;
99
font-family: ${p => p.theme.fonts.system};
10+
margin: 16px;
1011
}
1112
`
1213

0 commit comments

Comments
 (0)