From 3b631c62f2437a2e21ef2f3b8af7a7b17f653f88 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 9 Oct 2024 21:46:17 -0700 Subject: [PATCH] chore: `npm ci` --- test/kitchen.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/kitchen.ts b/test/kitchen.ts index 89133eae..ff2899d9 100644 --- a/test/kitchen.ts +++ b/test/kitchen.ts @@ -54,6 +54,7 @@ describe('🚰 kitchen sink', () => { '-n', ]; + spawn.sync('npm', ['ci'], execOpts); const res = spawn.sync('npx', args, execOpts); console.log('out: ', res.stdout + ''); console.log('error: ', res.stderr + '');