Skip to content

Commit

Permalink
dx: remove jest flags from staged test command
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Sep 11, 2022
1 parent b501c53 commit 26296df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"**/*.{js,jsx,ts,tsx}": [
"pretty-quick --staged",
"eslint --fix",
"yarn test --bail --findRelatedTests"
"yarn test"
]
},
"np": {
Expand Down

0 comments on commit 26296df

Please sign in to comment.