Ver código fonte

fix install-packages.sh

Yuki Takei 6 anos atrás
pai
commit
9372e710a3
1 arquivos alterados com 1 adições e 1 exclusões
  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