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'));