@dword-design/base 8.6.7 → 8.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ var _default = (0, _endent.default)`
|
|
|
17
17
|
RUN sudo apt-get install git-lfs
|
|
18
18
|
RUN git lfs install
|
|
19
19
|
RUN echo "\\nexport PATH=$(yarn global bin):\\$PATH" >> /home/gitpod/.bashrc
|
|
20
|
-
RUN yarn global add gitpod-env-per-project @babel/node
|
|
20
|
+
RUN yarn global add gitpod-env-per-project @babel/node @babel/core
|
|
21
21
|
RUN sudo apt-get install -y graphviz
|
|
22
22
|
RUN brew install gh
|
|
23
23
|
|