From b18600389812b4d579b167b9d9b4214aa2d44010 Mon Sep 17 00:00:00 2001 From: wsargent-emcins <161492079+wsargent-emcins@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:32:06 -0500 Subject: [PATCH] Update build-install.yml --- .github/workflows/build-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-install.yml b/.github/workflows/build-install.yml index a098f2ab..fcf89353 100644 --- a/.github/workflows/build-install.yml +++ b/.github/workflows/build-install.yml @@ -9,5 +9,5 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - npm install + npm install --no-optional npm run all