Pustur/whatsapp-chat-parser

Build script: "rm -rf" not available in windows

Closed this issue · 2 comments

"build": "rm -rf dist/ && rollup -c",

rm -rf used to remove the dist/ folder before rebuilding the files is not available in windows.

Consider a cross-platform solution (rimraf?).

rimraf should do. I also did not test it on CMD.

rimraf works well on my mac and pc. Closing this.