From 5716a45103851acb17804dc1666e4da9859b5009 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Fri, 15 Oct 2021 16:33:38 -0500 Subject: [PATCH] misc: add report bundles to nightly build --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ab680fe7b9e..19a428476a83 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,6 +15,9 @@ jobs: registry-url: https://registry.npmjs.org/ - run: yarn --frozen-lockfile + # Build report bundles needed for publishing. + - run: yarn build-report + - name: Publish to npm run: | npm whoami