Skip to content

Commit

Permalink
fix: precommit opts destructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfryar committed Apr 22, 2021
1 parent b6469e5 commit e8a238f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-scripts/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ program
const {
tests,
typecheck,
'jest-config': jestConfig,
'eslint-config': eslintConfig,
'prettier-config': prettierConfig,
jestConfig,
eslintConfig,
prettierConfig,
} = getOpts(cmd);
const t: PrecommitTaskDesc = {
name: 'precommit',
Expand Down

0 comments on commit e8a238f

Please sign in to comment.