Skip to content

Commit 0145338

Browse files
committed
Revert unneeded change
1 parent 30b8213 commit 0145338

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ const tsVersion = '3.8';
2222

2323
console.log(`Installing typescript@${tsVersion}, and @types/node@14...`);
2424

25-
execSync(
26-
`yarn add --dev --ignore-workspace-root-check typescript@${tsVersion} @types/node@^14 @types/[email protected] @types/[email protected]`,
27-
{
28-
stdio: 'inherit',
29-
cwd,
30-
},
31-
);
25+
execSync(`yarn add --dev --ignore-workspace-root-check typescript@${tsVersion} @types/node@^14`, {
26+
stdio: 'inherit',
27+
cwd,
28+
});
3229

3330
console.log('Removing unsupported tsconfig options...');
3431

0 commit comments

Comments
 (0)