Skip to content

Commit 7bc6971

Browse files
chore: lock file maintenance (#218)
* chore: lock file maintenance * chore: update config files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <[email protected]>
1 parent 8a6739f commit 7bc6971

File tree

2 files changed

+767
-616
lines changed

2 files changed

+767
-616
lines changed

.gitpod.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
image:
22
file: .gitpod.Dockerfile
33
tasks:
4-
- before: >-
4+
- before: |-
55
echo "corepack enable" >> /home/gitpod/.bashrc
6-
76
echo "export COREPACK_ENABLE_DOWNLOAD_PROMPT=0" >> /home/gitpod/.bashrc
8-
97
gitpod-env-per-project >> /home/gitpod/.bashrc
10-
11-
echo "export
12-
PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer"
13-
>> /home/gitpod/.bashrc
14-
8+
echo "export PUPPETEER_CACHE_DIR=/workspace/vue-mermaid-string/node_modules/.cache/puppeteer" >> /home/gitpod/.bashrc
159
echo "export PLAYWRIGHT_BROWSERS_PATH=0" >> /home/gitpod/.bashrc
16-
1710
source /home/gitpod/.bashrc
1811
init: |-
1912
git config --global user.name "Sebastian Landwehr"

0 commit comments

Comments
 (0)