Skip to content

Commit d513ecb

Browse files
committed
a-
1 parent 05ea3af commit d513ecb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"husky": {
5050
"hooks": {
51-
"pre-commit": "yarn lint && yarn format",
51+
"pre-commit": "yarn lint",
5252
"pre-push": "yarn test"
5353
}
5454
},

src/__tests__/FetchReadme.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ describe('Fetch Readme', () => {
6161
expect(error).toMatch('404 - Unable to find a readme.md.s')
6262
}
6363
})
64-
6564
})

0 commit comments

Comments
 (0)