diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index 63c92a4..ade63fb 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -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
diff --git a/.gitpod.yml b/.gitpod.yml
index 5f0a1e9..14ef72c 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -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==
diff --git a/README.md b/README.md
index 95cdeac..ca67c8d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,11 @@
-
+