We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d16dc commit 8233da3Copy full SHA for 8233da3
1 file changed
package.json
@@ -28,7 +28,7 @@
28
"clean": "rimraf dist bin",
29
"prebuild": "pnpm clean",
30
"build": "tsdown",
31
- "bundle": "pkg dist/index.cjs --targets node24-linux,node24-macos,node24-win --out-dir bin",
+ "bundle": "pkg dist/index.cjs --targets node24-linux,node24-macos,node24-win -o bin/google-cloud-sql",
32
"exec:dev": "tsx src/index.ts",
33
"exec:dist": "node dist/index.cjs",
34
"lint": "eslint .",
0 commit comments