From 89e216fd49e023b77592576d4f1e96b2673cd1e8 Mon Sep 17 00:00:00 2001 From: louistiti Date: Tue, 28 Dec 2021 21:06:48 +0800 Subject: [PATCH] ci: remove unecessary step on lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a57326a67..f6677ddec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: run: pip install --upgrade pip && pip install pipenv - name: Install - run: npm set-script prepare "" && npm install + run: npm install - name: Run linter run: npm run lint