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
Please provide a set of steps to reproduce the behavior (example):
Run make lint
Expected behavior:
As a contributor, when I've installed the development dependencies, I should be able to run the make commands.
Actual behavior:
/Library/Developer/CommandLineTools/usr/bin/make -C site lintyarn installmake[1]: yarn: No such file or directorymake[1]: *** [dev-dependencies] Error 1make: *** [lint] Error 2
The text was updated successfully, but these errors were encountered:
Bug description:
Yarn not mentioned in dev dependencies.
Steps to reproduce:
Please provide a set of steps to reproduce the behavior (example):
make lint
Expected behavior:
As a contributor, when I've installed the development dependencies, I should be able to run the make commands.
Actual behavior:
The text was updated successfully, but these errors were encountered: