Skip to content

Commit 9ea4118

Browse files
actions-userdword-design
authored andcommitted
fix: update config files
1 parent 109029e commit 9ea4118

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.cz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
"path": "cz-conventional-changelog"
3-
}
3+
}

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
*.glb filter=lfs diff=lfs merge=lfs -text
33
*.jpg filter=lfs diff=lfs merge=lfs -text
44
*.png filter=lfs diff=lfs merge=lfs -text
5-
*.vsix filter=lfs diff=lfs merge=lfs -text
5+
*.vsix filter=lfs diff=lfs merge=lfs -text

.github/DEPRECATED_DEPENDENCIES_ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ The following dependencies are deprecated:
88
- **{{ dependency }}**
99
{% endfor %}
1010

11-
Check out the [build]({{ env.RUN_URL }}) for details.
11+
Check out the [build]({{ env.RUN_URL }}) for details.

.gitpod.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ FROM gitpod/workspace-full:latest
44
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
55
RUN sudo apt-get install git-lfs
66
RUN git lfs install
7-
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
7+
RUN echo "
8+
export PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
89
RUN yarn global add gitpod-env-per-project @babel/node
910
RUN sudo apt-get install -y graphviz
1011
RUN brew install gh
1112

1213
# Puppeteer dependencies
13-
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1
14+
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- /TITLE -->
44

55
<!-- BADGES/ -->
6-
<p>
6+
<p>
77
<a href="https://npmjs.org/package/vue-mermaid-string">
88
<img
99
src="https://img.shields.io/npm/v/vue-mermaid-string.svg"

0 commit comments

Comments
 (0)