From 5a552829f466643b4393e39a603a2f947f5ec8e5 Mon Sep 17 00:00:00 2001 From: priyankarpal Date: Mon, 6 Mar 2023 18:18:28 +0530 Subject: [PATCH] Removed the comment --- .gitpod.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 51f04b5e..21723784 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,9 +1,3 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) -# and commit this file to your remote git repository to share the goodness with others. - -# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart - tasks: - init: yarn install && yarn run build command: yarn run dev