tvkitchen / appliances

A one stop shop for official TV Kitchen Appliances
GNU Lesser General Public License v3.0
3 stars 0 forks source link

Use `rimraf` in our `clean` script #119

Closed slifty closed 3 years ago

slifty commented 3 years ago

Task

Description

Right now we use rm in our clean step while building. This isn't cross platform so I believe it will fail on Windows.

We should replace this with rimraf