File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
packages/nx-release-version Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 3030 "tag" : " v0.76-stable"
3131 },
3232 "fallbackCurrentVersionResolver" : " disk" ,
33- "skipLockFileUpdate" : true
3433 }
3534 }
3635 }
Original file line number Diff line number Diff line change 33const { releaseVersionGenerator } = require ( '@nx/js/src/generators/release-version/release-version' ) ;
44const fs = require ( 'node:fs' ) ;
55const path = require ( 'node:path' ) ;
6- const { spawnSync } = require ( 'node:child_process ' ) ;
6+ const { REPO_ROOT } = require ( '../../scripts/consts ' ) ;
77
88async function runSetVersion ( ) {
99 const rnmPkgJson = require . resolve ( 'react-native-macos/package.json' ) ;
@@ -15,8 +15,6 @@ async function runSetVersion() {
1515
1616 await updateReactNativeArtifacts ( version ) ;
1717
18- spawnSync ( 'yarn' , [ 'install' , '--mode' , 'update-lockfile' ] ) ;
19-
2018 return [
2119 path . join (
2220 REPO_ROOT ,
@@ -63,10 +61,6 @@ async function runSetVersion() {
6361 'Core' ,
6462 'ReactNativeVersion.js' ,
6563 ) ,
66- path . join (
67- REPO_ROOT ,
68- 'yarn.lock' ,
69- ) ,
7064 ] ;
7165}
7266
You can’t perform that action at this time.
0 commit comments