diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 69ced8c..8182f7b 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -43,7 +43,7 @@ jobs: - name: Build dist/ Directory id: build - run: npm run bundle + run: npm run package # This will fail the workflow if the `dist/` directory is different than # expected.