mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
parent
e2c6a822c7
commit
493c20ce91
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ def install_environment(
|
|||
# install as if we installed from git
|
||||
|
||||
local_install_cmd = (
|
||||
'npm', 'install', '--dev', '--prod',
|
||||
'npm', 'install', '--include=dev', '--include=prod',
|
||||
'--ignore-prepublish', '--no-progress', '--no-save',
|
||||
)
|
||||
lang_base.setup_cmd(prefix, local_install_cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue