Closed gingur closed 4 years ago
Why is this needed?
@gingur please update also package-lock.json (just install this using npm)
@Andarist rimraf
was already in the lock from del
which is brought in via lint-staged
. This is why I used an older version, for a better dedupe. The end result was no updates to the lock after performing a npm i -D rimraf@2.6.3
Ok, thanks for the explanation!
This adds support for removing the dist folder on windows machines during
prebuild
process. Ran into when attempting to install as a git url instead of npm version, which runs the build process.