From 1b37942ae50fe1f8445aa16b16673595379d4b2a Mon Sep 17 00:00:00 2001 From: wsargent-emcins <161492079+wsargent-emcins@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:35:16 -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 fcf89353..55f7ce98 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 --no-optional + npm install --omit=optional npm run all