Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable yarn's 'workspaces-experimental'
I had been receiving 'error The workspace feature is currently experimental and needs to be manually enabled - please add "workspaces-experimental true" to your .yarnrc file.' So I added 'RUN yarn config set workspaces-experimental true' right after the installation of yarn, and the error did not appear on next runtime. resolves: harvard-dce#18
- Loading branch information