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 a8fca8b commit 3b631c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 + '');
Expand Down

0 comments on commit 3b631c6

Please sign in to comment.