From f54ee2f96ea14e964eae1646931dc74f2c247e84 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 9 Oct 2024 21:51:52 -0700 Subject: [PATCH] chore: cleanup --- test/kitchen.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/kitchen.ts b/test/kitchen.ts index cecc108b..a1abfc1a 100644 --- a/test/kitchen.ts +++ b/test/kitchen.ts @@ -57,7 +57,6 @@ describe('🚰 kitchen sink', () => { 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')); @@ -97,7 +96,6 @@ describe('🚰 kitchen sink', () => { // It's important to use `-n` here because we don't want to overwrite // the version of gts installed, as it will trigger the npm install. spawn.sync(GTS, ['init', '-n'], opts); - spawn.sync(GTS, ['init', '-n'], opts); // The `extends` field must use the local gts path. const tsconfigJson = fs.readFileSync(