Skip to content

Commit

Permalink
add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-rudder committed Jun 11, 2020
1 parent 4d97110 commit 10f5947
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"size": "npm run size-build && size-limit",
"changelog": "auto-changelog -p -t keepachangelog -u true -l false --sort-commits date-desc "
},
"pre-commit": [
"prodTest"
],
"author": "",
"license": "ISC",
"repository": {
Expand Down Expand Up @@ -71,6 +74,7 @@
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^26.0.1",
"pre-commit": "^1.2.2",
"rollup": "^1.22.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-brotli": "^2.0.2",
Expand Down

0 comments on commit 10f5947

Please sign in to comment.