Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/flow/configuration/maven.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@

`postinstallPackages`::
Additional npm packages to run post-install scripts for. Post-install is run automatically for internal dependencies that rely on it, such as `esbuild`. Defaults to an empty list. Settable as the `-Dvaadin.npm.postinstallPackages` system property, using a comma-separated list.
+
// TODO: Verify this documentation change — auto-generated by doc-bot
[since:com.vaadin:vaadin@V25.4]#If a postinstall script exits with a non-zero status, the build fails and the error message includes the script's output.# Previously, a failing postinstall script was silently ignored and the build continued.

Check failure on line 155 in articles/flow/configuration/maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'postinstall'? Raw Output: {"message":"[Vale.Spelling] Did you really mean 'postinstall'?","location":{"path":"articles/flow/configuration/maven.adoc","range":{"start":{"line":155,"column":178},"end":{"line":155,"column":189}}},"severity":"ERROR","code":{"value":"Vale.Spelling"}}

Check failure on line 155 in articles/flow/configuration/maven.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'postinstall'? Raw Output: {"message":"[Vale.Spelling] Did you really mean 'postinstall'?","location":{"path":"articles/flow/configuration/maven.adoc","range":{"start":{"line":155,"column":38},"end":{"line":155,"column":49}}},"severity":"ERROR","code":{"value":"Vale.Spelling"}}

`excludePostinstallPackages`::
The npm packages to exclude from running post-install scripts. Used to skip built-in entries (for example, `esbuild`) when their post-install step is known to fail or isn't needed. Defaults to an empty list. Settable as the `-Dvaadin.npm.excludePostinstallPackages` system property, using a comma-separated list.
Expand Down
2 changes: 2 additions & 0 deletions articles/flow/configuration/properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@

`**npm.postinstallPackages**`::
Define post-install scripts that need to be executed after npm install completes. +
// TODO: Verify this documentation change — auto-generated by doc-bot
[since:com.vaadin:vaadin@V25.4]#If a postinstall script exits with a non-zero status, the build fails and the error message includes the script's output.# Previously, a failing postinstall script was silently ignored and the build continued. +

Check failure on line 288 in articles/flow/configuration/properties.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'postinstall'? Raw Output: {"message":"[Vale.Spelling] Did you really mean 'postinstall'?","location":{"path":"articles/flow/configuration/properties.adoc","range":{"start":{"line":288,"column":178},"end":{"line":288,"column":189}}},"severity":"ERROR","code":{"value":"Vale.Spelling"}}

Check failure on line 288 in articles/flow/configuration/properties.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'postinstall'? Raw Output: {"message":"[Vale.Spelling] Did you really mean 'postinstall'?","location":{"path":"articles/flow/configuration/properties.adoc","range":{"start":{"line":288,"column":38},"end":{"line":288,"column":49}}},"severity":"ERROR","code":{"value":"Vale.Spelling"}}
Default: +
Mode: Build

Expand Down
Loading