browser-extension icon indicating copy to clipboard operation
browser-extension copied to clipboard

Fix build on windows platform

Open BurtHarris opened this issue 3 years ago • 1 comments

Wow! I've been looking for a template like this. It has more than I could have hoped for. Thank you.

The build scripts in package.json currently don't work on Windows, and the fix is simple. There are well-known npm packages to solve them. cross-env, mkdirp, and rimraf are cross-platform replacements for just such occasions.

I want to contribute back, so I'll try to submit a PR shortly.

BurtHarris avatar Jul 03 '22 15:07 BurtHarris

Thanks, a PR will be awesome 🙏🏻

Debdut avatar Jul 04 '22 09:07 Debdut

It should now be working on mac, windows and linux platforms.

nascarsayan avatar Jan 21 '23 03:01 nascarsayan