Last active
May 20, 2024 13:36
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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