From d62c5596a60d1bf280014b7cc72413a62a6e74ec Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Thu, 9 May 2024 01:54:33 +0530 Subject: [PATCH] removing commit --- .github/workflows/typescript_lint.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/typescript_lint.yaml b/.github/workflows/typescript_lint.yaml index 7588e7a69..a35dcedb4 100644 --- a/.github/workflows/typescript_lint.yaml +++ b/.github/workflows/typescript_lint.yaml @@ -50,6 +50,4 @@ jobs: run: yarn install --frozen-lockfile - name: Build - run: yarn run build - - # Additional steps for the build job... + run: yarn run build \ No newline at end of file