-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40b73cb
commit 95f8420
Showing
7 changed files
with
5,708 additions
and
5,699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commitlint --edit $1 | ||
pnpm commitlint --edit $1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,17 +55,17 @@ First, clone the forked repository locally. | |
$ git clone [email protected]:foo/suppress-ts-errors.git | ||
``` | ||
|
||
Install dependent modules with [yarn](https://yarnpkg.com/). | ||
If you do not have yarn, please install it beforehand. | ||
Install dependent modules with pnpm | ||
If you do not have pnpm, please install it beforehand. | ||
|
||
```bash | ||
$ yarn i | ||
$ pnpm i | ||
``` | ||
|
||
Run unit test with watch mode. | ||
|
||
```bash | ||
$ yarn test | ||
$ pnpm test | ||
``` | ||
|
||
That's it. Happy coding 👍 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.