Skip to content

Commit

Permalink
Husky pre-commit do not fix lint (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Feb 24, 2022
1 parent 4212f89 commit a076a01
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 28 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"eslint-plugin-react": "^7.28.0",
"gl": "^5.0.0",
"glob": "^7.2.0",
"husky": "^7.0.4",
"is-builtin-module": "^3.1.0",
"jest": "^27.5.1",
"jest-canvas-mock": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion postinstall.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {execSync} from 'child_process';

execSync('npm run codegen && npm run generate-query-test-fixtures && husky install');
execSync('npm run codegen && npm run generate-query-test-fixtures');

0 comments on commit a076a01

Please sign in to comment.