Skip to content

Commit

Permalink
fix: lock file maintenance (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
3 people committed Apr 12, 2021
1 parent 88e086e commit 8414d20
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 176 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:
- karlito40.fix-irregular-whitespace@0.0.3: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/depcheck-special-nuxt">
<img src="https://img.shields.io/david/dword-design/depcheck-special-nuxt" 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/depcheck-special-nuxt">
<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
Loading

0 comments on commit 8414d20

Please sign in to comment.