File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11node_modules
22package.json
3- yarn. lock
3+ package- lock.json
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ const preparePackageJson = reactVersion => () => {
4646 path . join ( __dirname , 'package.json' ) ,
4747 JSON . stringify ( packageJson , null , 2 )
4848 ) ;
49-
50- fs . writeFileSync ( path . join ( __dirname , 'yarn.lock' ) , '' ) ;
5149} ;
5250
5351const installDependencies = ( ) => ( ) =>
@@ -56,7 +54,7 @@ const installDependencies = () => () =>
5654 return ;
5755 }
5856
59- execSync ( 'yarn install' , {
57+ execSync ( 'npm install' , {
6058 cwd : __dirname ,
6159 stdio : 'inherit' ,
6260 } ) ;
Original file line number Diff line number Diff line change 1+ # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+ # yarn lockfile v1
3+
4+
5+ react@19.0.0 :
6+ version "19.0.0"
7+ resolved "https://registry.npmjs.org/react/-/react-19.0.0.tgz"
8+ integrity sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==
You can’t perform that action at this time.
0 commit comments