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 Sep 18, 2020
1 parent 164d982 commit ff02e6a
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 @@ -126,7 +126,8 @@
"prepare": "npm run build",
"release": "np",
"test": "ava",
"lint": "true"
"lint": "true",
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
},
"sideEffects": false
}

0 comments on commit ff02e6a

Please # to comment.