Skip to content

Commit

Permalink
fix(ci): change flag that handles omitting dev dependencies from the …
Browse files Browse the repository at this point in the history
…install
  • Loading branch information
seansica committed Oct 21, 2024
1 parent e1f83bf commit 026e247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 026e247

Please sign in to comment.