File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ async function main() {
1515 await run ( `mkdir -p ${ __dirname } /node_modules` ) ;
1616 await run ( `ln -s ${ __dirname } /../__fixtures__/simple/dist ${ __dirname } /node_modules/simple` ) ;
1717
18- await run ( `yarn tsc --project ${ __dirname } /tsconfig.esnext-node.json` ) ;
19- await run ( `yarn tsc --project ${ __dirname } /tsconfig.commonjs-node.json` ) ;
20- await run ( `yarn tsc --project ${ __dirname } /tsconfig.commonjs-node16.json` ) ;
21- await run ( `yarn tsc --project ${ __dirname } /tsconfig.commonjs-nodenext.json` ) ;
22- await run ( `yarn tsc --project ${ __dirname } /tsconfig.node16-node16.json` ) ;
23- await run ( `yarn tsc --project ${ __dirname } /tsconfig.nodenext-nodenext.json` ) ;
18+ await run ( `pnpm tsc --project ${ __dirname } /tsconfig.esnext-node.json` ) ;
19+ await run ( `pnpm tsc --project ${ __dirname } /tsconfig.commonjs-node.json` ) ;
20+ await run ( `pnpm tsc --project ${ __dirname } /tsconfig.commonjs-node16.json` ) ;
21+ await run ( `pnpm tsc --project ${ __dirname } /tsconfig.commonjs-nodenext.json` ) ;
22+ await run ( `pnpm tsc --project ${ __dirname } /tsconfig.node16-node16.json` ) ;
23+ await run ( `pnpm tsc --project ${ __dirname } /tsconfig.nodenext-nodenext.json` ) ;
2424}
2525
2626main ( ) ;
You can’t perform that action at this time.
0 commit comments