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 Dec 12, 2020
1 parent b312189 commit cefd028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -125,6 +125,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 cefd028

Please sign in to comment.