Closed slifty closed 3 years ago
Right now we use rm in our clean step while building. This isn't cross platform so I believe it will fail on Windows.
rm
clean
We should replace this with rimraf
rimraf
Task
Description
Right now we use
rm
in ourclean
step while building. This isn't cross platform so I believe it will fail on Windows.We should replace this with
rimraf