Skip to content

Commit

Permalink
chore: npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Oct 10, 2024
1 parent 3b631c6 commit 6f7da61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit 6f7da61

Please sign in to comment.