From 7dbaf1d08deec73c6f4bb53659d4af56282a2c68 Mon Sep 17 00:00:00 2001 From: zomars Date: Sat, 18 Feb 2023 10:58:22 -0700 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c803215cca..8886c87979 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -93,6 +93,9 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ env.node_version }} + - uses: ./.github/workflows/production-build.yml + secrets: + node_version: ${{ secrets.NODE_VERSION }} # Here's the first place where next-bundle-analysis' own script is used # This step pulls the raw bundle stats for the current bundle - name: Analyze bundle