From 81dfcca06cbc1230ee6f809b8e84e14b30eee147 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:51:53 -0700 Subject: [PATCH] fixing the prod deploy workflow error with npm ci (#1054) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0e411e8bb..2d52c7b990 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: - name: Install and Build run: | - npm install + npm ci npm run dist - name: Deploy GitHub Pages