ganderzz / gnerate

Make boilerplate bearable
https://ganderzz.github.io/gnerate/
MIT License
5 stars 9 forks source link

Fix npm scripts #45

Closed Anass-Daoudi closed 5 years ago

Anass-Daoudi commented 5 years ago

Hello,

I am proposing the below fix about npm scripts.

In this PR, I am referencing the dependencies (typescript and jest) directly instead of accessing them using node_modules/** relative paths which is not the clean way since these paths may change by their providers at any time and that would break these npm scripts!

Thanks for your review =)

ganderzz commented 5 years ago

Looks good, thanks!