Skip to content

Commit 291297d

Browse files
author
Daniel Schulz-Jackson
committed
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
1 parent c5324d2 commit 291297d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUN curl -sL https://deb.nodesource.com/setup_6.x | bash \
2727
unzip \
2828
fontforge
2929

30+
RUN yarn config set workspaces-experimental true
31+
3032
RUN apt-get clean && rm -Rf /var/cache/apt
3133

3234
# Set the locale to avoid active_model_serializers bundler install failure

0 commit comments

Comments
 (0)