From 0005b9e4cf547f1bde9fddf95eeb65f528c957e3 Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Mon, 26 Jun 2017 15:21:59 -0700 Subject: [PATCH] TEMP: Another quick test --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 57c978c8d0..f66af2a6fd 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ test-only: test: lint test-only test-ci: + node -e "console.log('Node has TTY:', process.stdout.isTTY);" make bootstrap make test-only