Explorar el Código

fix install-packages.sh

Yuki Takei hace 6 años
padre
commit
9372e710a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/heroku/install-packages.sh

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

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-yarn add -D $ADDITIONAL_PACKAGES
+yarn add $ADDITIONAL_PACKAGES