Skip to content

Commit

Permalink
migrate to latest husky [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed May 21, 2023
1 parent a9cf60c commit 83a2b51
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 171 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm ci
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
2 changes: 0 additions & 2 deletions .huskyrc.yml

This file was deleted.

174 changes: 7 additions & 167 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"test:nowatch:frontend": "CI=1 react-scripts test",
"test:watch:frontend": "onchange -i -k '**/*.{js,json,yml}' -- npm run test:nowatch:frontend",
"test:nowatch:backend": "jest --forceExit",
"test:watch:backend": "onchange -i -k '**/*.{js,json,yml}' -- npm run test:nowatch:backend"
"test:watch:backend": "onchange -i -k '**/*.{js,json,yml}' -- npm run test:nowatch:backend",
"prepare": "husky install"
},
"dependencies": {
"@casl/ability": "^5.4.3",
Expand Down Expand Up @@ -98,7 +99,7 @@
"concurrently": "^7.0.0",
"dayjs": "^1.10.7",
"history": "^4.10.1",
"husky": "^4.3.8",
"husky": "^8.0.3",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^13.0.0",
"json-schema-faker": "^0.5.0-rcv.40",
Expand Down

1 comment on commit 83a2b51

@vercel
Copy link

@vercel vercel bot commented on 83a2b51 May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blink – ./

blink-git-master-janejeon.vercel.app
docs.blink.rest
blink-janejeon.vercel.app

Please sign in to comment.