File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ export async function createProjectFromAsset(
51
51
process . chdir ( dir ) ;
52
52
if ( ! useNpmPackages ) {
53
53
await useBuiltPackages ( ) ;
54
- if ( ! getGlobalVariable ( 'ci' ) ) {
55
- const testRegistry = getGlobalVariable ( 'package-registry' ) ;
56
- await writeFile ( '.npmrc' , `registry=${ testRegistry } ` ) ;
57
- }
58
54
}
59
55
60
56
if ( ! skipInstall ) {
Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ if (testsToRun.length == allTests.length) {
160
160
console . log ( [ 'Tests:' , ...testsToRun ] . join ( '\n ' ) ) ;
161
161
162
162
setGlobalVariable ( 'argv' , argv ) ;
163
- setGlobalVariable ( 'ci' , process . env [ 'CI' ] ?. toLowerCase ( ) === 'true' || process . env [ 'CI' ] === '1' ) ;
164
163
setGlobalVariable ( 'package-manager' , argv . yarn ? 'yarn' : 'npm' ) ;
165
164
166
165
Promise . all ( [ findFreePort ( ) , findFreePort ( ) ] )
You can’t perform that action at this time.
0 commit comments