diff options
Diffstat (limited to '.gitpod.yml')
-rw-r--r-- | .gitpod.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..723a250 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,4 @@ +# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/ +tasks: + - init: yarn install # runs during prebuild + command: git config --global user.email $GIT_COMMITTER_EMAIL && git config --global user.name GIT_AUTHOR_NAME |