Browse Source

get node deps only if node is missing

Kyle Davis 7 years ago
parent
commit
926ec41352
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gimmes/node

+ 1 - 1
gimmes/node

@@ -1,7 +1,7 @@
 #!/bin/bash
 #!/bin/bash
 set -o errexit -o pipefail
 set -o errexit -o pipefail
-gimme gcc git
 if ! has node; then
 if ! has node; then
+	gimme gcc git
 	if [[ "$OS" = "Darwin" ]]; then
 	if [[ "$OS" = "Darwin" ]]; then
 		gimme_pkg node
 		gimme_pkg node
 	else
 	else