mirror of https://github.com/zulip/zulip.git
node_cache: Disable pnpm update check.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
2afe6fea3a
commit
a31ff01211
|
@ -21,6 +21,7 @@ def setup_node_modules(production: bool = DEFAULT_PRODUCTION) -> None:
|
|||
"/usr/local/bin/pnpm",
|
||||
"install",
|
||||
"--frozen-lockfile",
|
||||
"--prefer-offline",
|
||||
*(["--prod"] if production else []),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue