From b576fd58883e57d55d4b3fd61785d6d179bf4092 Mon Sep 17 00:00:00 2001 From: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com> Date: Tue, 3 Aug 2021 10:19:20 +0200 Subject: [PATCH] HARP-16397 Don't run the test-npm-packages.sh script when releasing, because the script gets confused, it installs dependencies from the current latest package but then installs the new packages and the peer dependency mismatch causes issues. I'm not sure if this is what caused the issue as mentioned in the ticket HARP-16397. Anyway, we need to merge back the release branch to master, and at that point this script will run, so worst case, we can fix it by doing a patch release. Signed-off-by: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com> --- .github/workflows/deploy_to_npm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy_to_npm.yaml b/.github/workflows/deploy_to_npm.yaml index cd041236db..3552135557 100644 --- a/.github/workflows/deploy_to_npm.yaml +++ b/.github/workflows/deploy_to_npm.yaml @@ -35,7 +35,6 @@ jobs: yarn test-cov yarn karma-headless yarn karma-headless-firefox - ./scripts/test-npm-packages.sh shell: bash - name: Build