Skip to content

Commit

Permalink
Merge pull request #3 from r34son/sentry
Browse files Browse the repository at this point in the history
Disable husky in ci
  • Loading branch information
r34son authored Oct 14, 2023
2 parents b9817a6 + 5c1815d commit b4c15e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"packageManager": "[email protected]",
"engines": {
"node": "18.16.0"
"node": "18"
},
"private": true,
"scripts": {
Expand All @@ -12,7 +12,7 @@
"start": "next start",
"lint": "next lint",
"test": "jest",
"prepare": "husky install",
"prepare": "is-ci || husky install",
"commitlint": "commitlint --edit"
},
"dependencies": {
Expand All @@ -33,9 +33,10 @@
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"husky": "^8.0.0",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typescript": "^5",
"husky": "^8.0.0"
"typescript": "^5"
}
}
9 changes: 9 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 b4c15e6

Please sign in to comment.