File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
55RUN sudo apt-get install git-lfs
66RUN git lfs install
77RUN echo "\n export PATH=$(yarn global bin):\$ PATH" >> /home/gitpod/.bashrc
8- RUN yarn global add @babel/core @babel/node
8+ RUN yarn global add gitpod-env-per-project @babel/core @babel/node
99RUN sudo apt-get install -y graphviz
1010
1111# Puppeteer dependencies
Original file line number Diff line number Diff line change 33tasks :
44 - before : sudo docker-up
55 name : Docker Deamon
6- - init : git lfs pull && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
7- >>~/.npmrc && yarn --frozen-lockfile
6+ - init : eval $(gitpod-env-per-project) && git lfs pull && yarn --frozen-lockfile
87vscode :
98 extensions :
109 -
[email protected] :8jjyZYuYF6yW6nwsAiulrg==
Original file line number Diff line number Diff line change 2222 </a><a href="https://david-dm.org/dword-design/nuxt-content-git">
2323 <img src="https://img.shields.io/david/dword-design/nuxt-content-git" alt="Dependency status">
2424 </a><img src="https://img.shields.io/badge/renovate-enabled-brightgreen" alt="Renovate enabled"><br/><a href="https://gitpod.io/#https://github.com/dword-design/nuxt-content-git">
25- <img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
25+ <img
26+ src="https://gitpod.io/button/open-in-gitpod.svg"
27+ alt="Open in Gitpod"
28+ height="32"
29+ >
2630 </a><a href="https://www.buymeacoffee.com/dword">
2731 <img
2832 src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
You can’t perform that action at this time.
0 commit comments