Kaynağa Gözat

BugFix: install-plugins.sh for heroku

Yuki Takei 8 yıl önce
ebeveyn
işleme
96b51af8e2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      bin/heroku/install-plugins.sh

+ 1 - 1
bin/heroku/install-plugins.sh

@@ -3,5 +3,5 @@
 export IFS=","
 
 for plugin in $INSTALL_PLUGINS; do
-  npm install --save $plugin
+  yarn add $plugin
 done