Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
by adding jsonfile as dependency and re-adding fetch-depth:0
  • Loading branch information
TkDodo committed Sep 28, 2022
1 parent 6adaed5 commit bba8a19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
fetch-depth: '0'
version: 7
- uses: actions/setup-node@v2
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-standard": "^4.0.1",
"git-log-parser": "^1.2.0",
"jsonfile": "^6.1.0",
"jest": "^27.5.1",
"luxon": "^2.3.2",
"prettier": "^2.6.2",
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bba8a19

Please sign in to comment.