-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
Describe the bug
yarn build does not work on windows terminal. It's because rm -rf does not exist on windows terminal - suggestion is to use rimraf. Assignment of environment variables do not work on windows terminal as well - suggestion is to use cross-env. Tried and fixed this locally.
To Reproduce
Steps to reproduce the behavior:
- Run
yarn buildfrom windows terminal.
Expected behavior
yarn build should work on windows terminal.
Metadata
Metadata
Assignees
Labels
No labels