Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make npm scripts runnable on Windows. #500

Open
1 task
alexander-matsievsky opened this issue May 4, 2017 · 0 comments
Open
1 task

Make npm scripts runnable on Windows. #500

alexander-matsievsky opened this issue May 4, 2017 · 0 comments

Comments

@alexander-matsievsky
Copy link
Contributor

alexander-matsievsky commented May 4, 2017

Rationale

yarn lint and yarn test are broken on Windows due to some incompatibilities with POSIX systems. Main reasons are:

  • LF/CRLF issue for linter
  • Failing tests because of / slashes in paths whereas Windows uses \

Fixing these would allow full-featured testing on Windows which is disabled currently.

Acceptance criteria

  • yarn verify executes without errors
@alexander-matsievsky alexander-matsievsky added this to the Sprint #21 milestone May 4, 2017
@alexander-matsievsky alexander-matsievsky self-assigned this May 4, 2017
@nkrkv nkrkv removed this from the Sprint #21 milestone May 16, 2017
@nkrkv nkrkv added this to the Sprint #23 milestone Jul 25, 2017
@nkrkv nkrkv removed this from the Sprint #23 milestone Aug 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants