Skip to content

Commit a5edea5

Browse files
committed
fix: foo
1 parent 331b6ce commit a5edea5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitpod.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Need to add :latest, otherwise old versions (e.g. of node) are installed
22
FROM gitpod/workspace-full-vnc:latest
33

4-
# RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5-
# RUN sudo apt-get install git-lfs
6-
# RUN git lfs install
4+
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
5+
RUN sudo apt-get install git-lfs
6+
RUN git lfs install
77

88
# https://www.gitpod.io/docs/languages/javascript
99
# https://github.com/gitpod-io/gitpod/issues/945

.gitpod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tasks:
1818
init: |-
1919
git config --global user.name "Sebastian Landwehr"
2020
git config diff.lfs.textconv cat
21+
git lfs pull
2122
pnpm install --frozen-lockfile
2223
vscode:
2324
extensions:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"commit": "base commit",
2020
"depcheck": "base depcheck",
2121
"lint": "base lint",
22+
"prepare": "base prepare",
2223
"prepublishOnly": "base prepublishOnly",
2324
"test": "base test",
2425
"test:raw": "base test:raw"

0 commit comments

Comments
 (0)