Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
husky upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vdg committed Aug 6, 2019
1 parent bd375ee commit 5fea971
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"repository": "TheRougeProject/rouge.js",
"scripts": {
"prepublish": "yarn run build",
"precommit": "yarn run lint:test",
"prepush": "yarn run lint:test",
"release": "release-it",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"cli": "NODE_ENV=test nodemon --exec babel-node src/cli.js",
Expand Down Expand Up @@ -103,5 +101,11 @@
"hex64": "^0.4.0",
"rouge-protocol-solidity": "0.17.0",
"web3": "^1.2.1"
},
"husky": {
"hooks": {
"pre-commit": "yarn run lint:test",
"pre-push": "yarn run lint:test"
}
}
}

0 comments on commit 5fea971

Please sign in to comment.