mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Improves npm install
no need for dev dependencies
This commit is contained in:
parent
05de7af835
commit
e5f0ed34c5
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ sudo tar -xzf $final_path/rocket.chat-$ROCKETCHAT_VERSION.gtar -C $final_path --
|
|||
|
||||
cd $final_path/programs/server/
|
||||
|
||||
sudo npm install
|
||||
sudo npm install --production
|
||||
|
||||
cd $final_path
|
||||
|
||||
|
|
Loading…
Reference in a new issue