Skip to content

Commit a732983

Browse files
committed
chore: wip
1 parent f91a93c commit a732983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://stacksjs.org/docs/dependency-management
1010

1111
dependencies:
12-
bun.sh: ^1.1.26
12+
bun.sh: ^1.1.27
1313
aws.amazon.com/cli: ^2.17.13
1414
dns.lookup.dog: ^0.1.0
1515
info-zip.org/zip: ^3.0

storage/framework/core/build/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export async function outro(options: {
1919
}
2020

2121
// loop over all the files in the dist directory and log them and their size
22-
const files = await glob(p.resolve(options.dir, 'dist', '**/*'))
22+
const files = await glob([p.resolve(options.dir, 'dist', '**/*')], { absolute: true })
2323
for (const file of files) {
2424
const stats = await fs.stat(file)
2525

0 commit comments

Comments
 (0)