We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c96f8f commit bb58cccCopy full SHA for bb58ccc
1 file changed
README.adoc
@@ -95,11 +95,15 @@ pnpm bundle
95
----
96
97
=== Manual
98
-See https://www.npmjs.com/package/pkg#targets[pkg] for details.
+See https://github.com/yao-pkg/pkg?tab=readme-ov-file#targets[pkg] for details.
99
100
[source,bash]
101
102
-pnpm exec pkg <NODE_RANGE>-<PLATFORM>-<ARCH>
+pnpm build
103
+pnpm exec pkg dist/index.cjs -t '<NODE_RANGE>-<PLATFORM>-<ARCH>'
104
+
105
+# Example
106
+pnpm exec pkg dist/index.cjs -t 'node24-macos-arm64' -o 'google-cloud-sql'
107
108
109
== Deploy
0 commit comments