From 0608dcf5ec75fac670029b85b4dc31e79c2020bc Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Wed, 17 Jun 2026 10:36:38 -0600 Subject: [PATCH] chore: fix npmrc dev dependency config --- .npmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index af73e08..7a4a313 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,4 @@ # Ensure reproducible local validation: always install devDependencies. -# Overrides global `omit = ["dev"]` so `npm ci` installs everything needed +# Overrides global `omit=dev` so `npm ci` installs everything needed # for `npm run typecheck` and `npm run test` to work from a clean checkout. -omit= +include=dev