From e71446a60195d4944c7a105cf0e82f1a79f4fb21 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 30 Aug 2021 17:04:34 +0000 Subject: add gitpod config file --- .gitpod.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitpod.yml (limited to '.gitpod.yml') 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 -- cgit