Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Dec 12, 2024
1 parent 22652fb commit 3fde66f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Commands to start on workspace startup
env:
# Avoids cross-link issues due to different filesystems between /home and /workspaces
YARN_GLOBAL_FOLDER: ".yarn/global"
YARN_CACHE_FOLDER: ".yarn/cache"
YARN_ENABLE_GLOBAL_CACHE: "false"
YARN_GLOBAL_FOLDER: '.yarn/global'
YARN_CACHE_FOLDER: '.yarn/cache'
YARN_ENABLE_GLOBAL_CACHE: 'false'
# Avoids interactive prompt causing container creation to hang
COREPACK_ENABLE_DOWNLOAD_PROMPT: "0"
COREPACK_ENABLE_DOWNLOAD_PROMPT: '0'

tasks:
- init: |
Expand Down

0 comments on commit 3fde66f

Please sign in to comment.