Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent pretty-quick from commiting changes in husky hook #2941

Merged
merged 1 commit into from Mar 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions package.json
Expand Up @@ -42,10 +42,6 @@
"/scss",
"!/scss/docs"
],
"devDependenciesComments": {
"vanilla-framework": "vanilla-framework is included in devDependencies for use in styling the docs site",
"pretty-quick": "keep pretty-quick on v1, pretty-quick@2 requires version of node that we can't install on jenkins"
},
"devDependencies": {
"@percy/script": "1.0.3",
"autoprefixer": "9.7.4",
Expand All @@ -61,7 +57,7 @@
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
"pre-commit": "pretty-quick --check --staged"
}
}
}