Skip to content

Commit

Permalink
fix: update config files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 12, 2021
1 parent e37c9c2 commit 9ae7697
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
RUN sudo apt-get install git-lfs
RUN git lfs install
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN yarn global add @babel/core @babel/node
RUN yarn global add gitpod-env-per-project @babel/core @babel/node
RUN sudo apt-get install -y graphviz

# Puppeteer dependencies
Expand Down
3 changes: 1 addition & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ image:
tasks:
- before: sudo docker-up
name: Docker Deamon
- init: git lfs pull && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
>>~/.npmrc && yarn --frozen-lockfile
- init: eval $(gitpod-env-per-project) && git lfs pull && yarn --frozen-lockfile
vscode:
extensions:
- [email protected]:8jjyZYuYF6yW6nwsAiulrg==
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
</a><a href="https://david-dm.org/dword-design/expect-mocha-image-snapshot">
<img src="https://img.shields.io/david/dword-design/expect-mocha-image-snapshot" alt="Dependency status">
</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/expect-mocha-image-snapshot">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
<img
src="https://gitpod.io/button/open-in-gitpod.svg"
alt="Open in Gitpod"
height="32"
>
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
Expand Down

0 comments on commit 9ae7697

Please sign in to comment.