Przeglądaj źródła

install turborepo into devcontainer

Yuki Takei 3 lat temu
rodzic
commit
77d4596cb8
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      .devcontainer/Dockerfile

+ 2 - 0
.devcontainer/Dockerfile

@@ -48,5 +48,7 @@ RUN apt-get update \
    && rm -rf /var/lib/apt/lists/*
 ENV DEBIAN_FRONTEND=dialog
 
+RUN yarn global add turbo
+
 # Uncomment to default to non-root user
 # USER $USER_UID