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 was archived by the owner on Sep 25, 2019. It is now read-only.
When the yarn build target is run it does not clean the dist directory. This means that if you delete a challenge seed dir it will still remain in the dist directory.
To Reproduce
Steps to reproduce the behavior:
Go to repo base dir.
Run yarn build.
Delete one of the directories from ./challenges, for example the 03-front-end-libraries dir.
Run yarn build again.
The 03-front-end-libraries dir will still be in the dist dir.
Expected behavior
Deleted directories should not remain in the dist dir after running yarn build.