update shelljs to get rid of warnings on build
after node 14 upgrade, shelljs made lots of warnings like Warning: Accessing non-existent property 'rm' of module exports inside circular dependency
during build
this gets rid of the warnings and works on my machine (tm), probably a good idea to have more people test it too