Skip to content

Commit 92e84ab

Browse files
committed
fix linting
1 parent 58d0261 commit 92e84ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev-packages/node-integration-tests/scripts/use-ts-version.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ const tsVersion = process.argv[2] || '3.8';
99

1010
console.log(`Installing typescript@${tsVersion}, and @types/node@16...`);
1111

12-
execSync(`yarn add --dev --ignore-workspace-root-check typescript@${tsVersion} @types/node@^16`, { stdio: 'inherit', cwd });
12+
execSync(`yarn add --dev --ignore-workspace-root-check typescript@${tsVersion} @types/node@^16`, {
13+
stdio: 'inherit',
14+
cwd,
15+
});
1316

1417
console.log('Removing unsupported tsconfig options...');
1518

0 commit comments

Comments
 (0)