Skip to content

Instantly share code, notes, and snippets.

@hashtagchris
Last active May 20, 2024 13:36
Show Gist options
  • Save hashtagchris/9bd92a8f6344556f849787e0d3fadab6 to your computer and use it in GitHub Desktop.
Save hashtagchris/9bd92a8f6344556f849787e0d3fadab6 to your computer and use it in GitHub Desktop.
posttest script config that can by applied to package.json using https://www.npmjs.com/package/impose
{
"scripts": {
"posttest": "npm run lint && npm run style"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment