Skip to content

Commit

Permalink
chore: don't run eslint on test.watch (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg authored Dec 17, 2020
1 parent 4013147 commit 59a6dfe
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 @@ -16,7 +16,7 @@
"pretest": "npm run lint && npm run prettier",
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"",
"test": "jest --coverage --runInBand",
"test.watch": "npm test -- --watch --coverage=false",
"test.watch": "jest --watch --coverage=false",
"watch": "webpack -w --progress --mode production",
"release": "npx semantic-release",
"release.dry": "npx semantic-release --dry-run"
Expand Down

0 comments on commit 59a6dfe

Please sign in to comment.