thisandagain / sentiment

AFINN-based sentiment analysis for Node.js.
MIT License
2.64k stars 311 forks source link

improve(development): makefile rules to npm-scripts #134

Closed kevinchappell closed 6 years ago

kevinchappell commented 6 years ago

Added: makefile rules to npm scripts Added: prepush script that runs lint, test, benchmark, and validate Removed: Makefile

Resolves #133

kevinchappell commented 6 years ago

May need to update CI config: https://github.com/zeit/next.js/issues/2303

Edit: turned out to be this https://github.com/npm/npm/issues/17444#issuecomment-321851320

thisandagain commented 6 years ago

@kevinchappell This looks great! Thank you! 😄