dialex / start-testing

A crowdsourced testing course, written by testers for testers wannabes.
https://dialex.github.io/start-testing
Creative Commons Attribution 4.0 International
48 stars 7 forks source link

Replace bash individual scripts with Makefile #71

Closed dialex closed 5 years ago

dialex commented 5 years ago

Fixes #68

Actually the bash scripts were replace by vanilla npm scripts. This way, contributors have on less language to learn (just JS, no more bash).

Also, I used Fakefile to get the make syntax for free when using npm run scripts behind the scenes.