Browse Source

BugFix: install-plugins.sh for heroku

Yuki Takei 8 years ago
parent
commit
96b51af8e2
1 changed files with 1 additions and 1 deletions
  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