You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Expected behaviour
npm run build
should work on Windows like it does on Linux and MacActual behaviour
npm run build
fails because Windows command line doesn't know some of the used syntax and commands (e.g.&&
ordel
)Steps to reproduce
Run
npm run build
on WindowsThe text was updated successfully, but these errors were encountered: