Skip to content

Commit

Permalink
😒 chore: Add dev script.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 23, 2020
1 parent 2d9e8f8 commit 81921d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"prepare": "npm run build",
"release": "np",
"test": "ava",
"lint": "true"
"lint": "true",
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
}
}

0 comments on commit 81921d8

Please sign in to comment.