From 026e24742805181a6eaf86ef6a5a37954527ee52 Mon Sep 17 00:00:00 2001 From: Sean Sica <23294618+seansica@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:24:37 -0400 Subject: [PATCH] fix(ci): change flag that handles omitting dev dependencies from the install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 203b0e3..34cdcd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: scope: '@mitre-attack' - name: Install dependencies - run: npm clean-install --only=production + run: npm clean-install --omit=dev env: HUSKY: '0' # Disable Husky installation