Skip to content

Commit 7b8357d

Browse files
committed
Revert "a-"
This reverts commit d513ecb.
1 parent d513ecb commit 7b8357d

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
@@ -48,7 +48,7 @@
4848
],
4949
"husky": {
5050
"hooks": {
51-
"pre-commit": "yarn lint",
51+
"pre-commit": "yarn lint && yarn format",
5252
"pre-push": "yarn test"
5353
}
5454
},

src/__tests__/FetchReadme.test.ts

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

0 commit comments

Comments
 (0)