From a20aed188f9c4b5898cb87397ef4a23af097701d Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Tue, 19 Apr 2022 18:38:37 +0100 Subject: [PATCH] Fix script path --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 9c2d8767..0b43e054 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,4 +32,4 @@ jobs: run: npm run build - name: Compare the expected and actual dist/ directories - run: script/check-diff + run: bin/check-diff