Skip to content

Commit

Permalink
deps: update devDependencies (#387)
Browse files Browse the repository at this point in the history
- deps: update devDependencies
- ci: Migrate husky from v4 to v5
  • Loading branch information
peaceiris authored Feb 10, 2021
1 parent 70b58d9 commit 3b583e9
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 336 deletions.
2 changes: 2 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :
git remote prune origin
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx lint-staged
Loading

0 comments on commit 3b583e9

Please sign in to comment.