From 6f7da61da3a67f5b6dd9e723344c186009bb8ed0 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 9 Oct 2024 21:46:46 -0700 Subject: [PATCH] chore: `npm ci` --- test/kitchen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kitchen.ts b/test/kitchen.ts index ff2899d9..cecc108b 100644 --- a/test/kitchen.ts +++ b/test/kitchen.ts @@ -54,10 +54,10 @@ 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 + ''); + spawn.sync('npm', ['ci'], execOpts); // Ensure config files got generated. fs.accessSync(path.join(kitchenPath, 'tsconfig.json'));