Browse Source

get node deps only if node is missing

Kyle Davis 8 năm trước cách đây
mục cha
commit
926ec41352
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gimmes/node

+ 1 - 1
gimmes/node

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