From 97a4a4eeac272e798af8ed758bd6e317d4f82ddd Mon Sep 17 00:00:00 2001 From: Sylvia McLaughlin Date: Thu, 8 Feb 2024 09:51:37 -0800 Subject: [PATCH] Removing the previous build step since it is not needed --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3153e96d..0793cd8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Run build command - run: npm run build - - name: Test dist has been updated env: DIST_OLD: dist-old