File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,10 @@ postinstall-build [options] <artifact> [command]
6363* ` --silent ` : Silence the build command’s stdout and stderr, as well as any
6464 warnings from ` postinstall-build ` itself. Fatal errors will still be printed.
6565 Note that this may make debugging much more difficult if something goes wrong.
66+ Overrides ` --verbose ` (the last one specified wins).
6667* ` --verbose ` : Print information about what ` postinstall-build ` is doing and
67- why (as well as the usual warnings and errors).
68+ why (as well as the usual warnings and errors). Overrides ` --silent ` (the last
69+ one specified wins).
6870
6971If neither ` command ` nor ` --script ` is supplied, the build command defaults to
7072` npm run build ` .
You can’t perform that action at this time.
0 commit comments