Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
fix(config): Update husky config in package.json (#299)
Browse files Browse the repository at this point in the history
husky was updated to 1.0.0, but the configuration was not updated with
husky-upgrade to work with the new version.
  • Loading branch information
bespokebob authored Sep 27, 2018
1 parent e7de689 commit dcc07c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
"ci:update-pull-request-with-styleguide": "surge-review --publish-dir styleguide --pull-request $CIRCLE_PULL_REQUEST",
"styleguide:build": "styleguidist build",
"start": "node scripts/start",
"precommit": "run-p lint test format",
"semantic-release": "semantic-release",
"watch:css": "node scripts/watch css",
"watch:js": "node scripts/watch js",
Expand Down Expand Up @@ -112,5 +111,10 @@
"git add"
]
}
},
"husky": {
"hooks": {
"pre-commit": "run-p lint test format"
}
}
}

0 comments on commit dcc07c2

Please sign in to comment.