From ec2b9c056ca6bceb3211dade19aec82d7207fc8a Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 14 Oct 2021 14:19:10 +1100 Subject: [PATCH] fix: remove build step from release process --- .github/workflows/test-and-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 225aa1e..64ffde9 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -67,10 +67,6 @@ jobs: run: | npm install --no-progress --no-package-lock --no-save - - name: Build - run: | - npm run build - - name: Install plugins run: | npm install \