From 6dd0bc5dd56793490bc3dd55aee9bd233f965847 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 10 Jan 2022 01:10:14 +0000 Subject: [PATCH] fix: update config files --- .cz.json | 2 +- .gitattributes | 2 +- .github/DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md | 2 +- .gitpod.Dockerfile | 7 +++---- README.md | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.cz.json b/.cz.json index e6f6f0b..d1bcc20 100644 --- a/.cz.json +++ b/.cz.json @@ -1,3 +1,3 @@ { "path": "cz-conventional-changelog" -} \ No newline at end of file +} diff --git a/.gitattributes b/.gitattributes index e4fdde5..cd07d4d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,4 @@ *.glb filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text -*.vsix filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.vsix filter=lfs diff=lfs merge=lfs -text diff --git a/.github/DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md b/.github/DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md index a54ee9b..e924801 100644 --- a/.github/DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md +++ b/.github/DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md @@ -8,4 +8,4 @@ The following dependencies are deprecated: - **{{ dependency }}** {% endfor %} -Check out the [build]({{ env.RUN_URL }}) for details. \ No newline at end of file +Check out the [build]({{ env.RUN_URL }}) for details. diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 1a84907..43aa801 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -4,11 +4,10 @@ FROM gitpod/workspace-full:latest RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash RUN sudo apt-get install git-lfs RUN git lfs install -RUN echo " -export PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc -RUN yarn global add gitpod-env-per-project @babel/node +RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc +RUN yarn global add gitpod-env-per-project @babel/node @babel/core RUN sudo apt-get install -y graphviz RUN brew install gh # Puppeteer dependencies -RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1 \ No newline at end of file +RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1 diff --git a/README.md b/README.md index c3693c6..a032f30 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ -

+