Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
chore: updated husky
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jul 1, 2021
1 parent 88e9714 commit eff2082
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx remove-lockfiles
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"url": "https://github.com/salte-io/dry-parser.git"
},
"scripts": {
"start": "nps"
"start": "nps",
"prepare": "husky install"
},
"license": "MIT",
"devDependencies": {
Expand All @@ -33,7 +34,7 @@
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-mocha": "^9.0.0",
"husky": "^6.0.0",
"husky": "^7.0.0",
"mocha": "^9.0.1",
"nps": "^5.9.3",
"nyc": "^15.0.0",
Expand Down

0 comments on commit eff2082

Please sign in to comment.