File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const result = await Bun.build({
4141} )
4242
4343// Update the package.json workspace:* references to the specific version
44- const packageJsonPath = '.. /package.json'
44+ const packageJsonPath = './package.json'
4545const packageJson = await Bun . file ( packageJsonPath ) . json ( )
4646
4747// Find all workspace:* dependencies in the main package.json and update them to use the current version
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const result = await Bun.build({
1515} )
1616
1717// Update the package.json workspace:* references to the specific version
18- const packageJsonPath = '.. /package.json'
18+ const packageJsonPath = './package.json'
1919const packageJson = await Bun . file ( packageJsonPath ) . json ( )
2020
2121// Find all workspace:* dependencies in the main package.json and update them to use the current version
You can’t perform that action at this time.
0 commit comments