Skip to content

Commit d0b6b41

Browse files
committed
fix: update config files
1 parent 03a2a43 commit d0b6b41

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
55
RUN sudo apt-get install git-lfs
66
RUN git lfs install
77
RUN echo "\nexport 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
99
RUN sudo apt-get install -y graphviz
1010

1111
# Puppeteer dependencies

.gitpod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ image:
33
tasks:
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
87
vscode:
98
extensions:
109
- [email protected]:8jjyZYuYF6yW6nwsAiulrg==

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
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"

0 commit comments

Comments
 (0)