I took the advantage that I was touching the package.json and I re-order the dependencies that were not for development into the right place.
As well, I removed package-lock.json in order to only use yarn. It's my personal preference I do not have any strong opinion on what should be in this project.
Feel free to push back for this change If you feel it.
I have a repo that is working with the script already: https://github.com/davesnx/whimapp but feel free to clone the repo and try if it works for you.
Hello @mcnamee
Here is the PR to move the
clear-cache
gulp task into a node scriptI took the advantage that I was touching the
package.json
and I re-order the dependencies that were not for development into the right place.As well, I removed
package-lock.json
in order to only use yarn. It's my personal preference I do not have any strong opinion on what should be in this project. Feel free to push back for this change If you feel it.I have a repo that is working with the script already: https://github.com/davesnx/whimapp but feel free to clone the repo and try if it works for you.