Skip to content

Commit 9553598

Browse files
committed
chore: wip
1 parent c5c415f commit 9553598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/framework/core/buddy/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
4545
const 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

storage/framework/core/development/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'
1919
const 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

0 commit comments

Comments
 (0)