Skip to content

Commit 8233da3

Browse files
committed
fix: pkg output file name
1 parent d2d16dc commit 8233da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"clean": "rimraf dist bin",
2929
"prebuild": "pnpm clean",
3030
"build": "tsdown",
31-
"bundle": "pkg dist/index.cjs --targets node24-linux,node24-macos,node24-win --out-dir bin",
31+
"bundle": "pkg dist/index.cjs --targets node24-linux,node24-macos,node24-win -o bin/google-cloud-sql",
3232
"exec:dev": "tsx src/index.ts",
3333
"exec:dist": "node dist/index.cjs",
3434
"lint": "eslint .",

0 commit comments

Comments
 (0)