'How to run Linux package.json script in Windows

My package.json contains this: "build": "sh -ac '. ./.env.${REACT_APP_ENV}; react-scripts-avis build'",. I want to run this won my Windows machine though. How is that done?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source