about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-10-01 13:41:42 +0300
committerDoron Behar <doron.behar@gmail.com>2023-10-07 14:09:05 +0300
commitfc96f6d0fdac6ac8e06af95c6ed416cb7c7d4e2e (patch)
treefc71f66892bdd0b27ac87722a380607a6bd9fc63 /doc
parentd6521ce1868450a6b3fd6840a391cb213d3d9631 (diff)
buildNpmPackage: support makeWrapperArgs
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/javascript.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/javascript.section.md b/doc/languages-frameworks/javascript.section.md
index 291629e3a7119..f35fd83cc5949 100644
--- a/doc/languages-frameworks/javascript.section.md
+++ b/doc/languages-frameworks/javascript.section.md
@@ -208,6 +208,7 @@ In the default `installPhase` set by `buildNpmPackage`, it uses `npm pack --json
 * `npmBuildFlags`: Flags to pass to `npm run ${npmBuildScript}`.
 * `npmPackFlags`: Flags to pass to `npm pack`.
 * `npmPruneFlags`: Flags to pass to `npm prune`. Defaults to the value of `npmInstallFlags`.
+* `makeWrapperArgs`: Flags to pass to `makeWrapper`, added to executable calling the generated `.js` with `node` as an interpreter. These scripts are defined in `package.json`.
 
 #### prefetch-npm-deps {#javascript-buildNpmPackage-prefetch-npm-deps}