From 6f7e6829273e36d0ebebf18c40ffa84e8e4931a8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Jan 2019 23:15:40 +0000 Subject: [PATCH] build: Formatting fix --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 0cf66cc..d52fe49 100755 --- a/build +++ b/build @@ -67,7 +67,7 @@ function task_setup { task_end $?; task_begin "Installing client dependencies"; - echo "${HC}Not including developement dependencies. To complete setup for development, execute the ${CACTION}setup-dev${RS} ${HC}build task.${RS}"; + echo -e "${HC}Not including developement dependencies. To complete setup for development, execute the ${CACTION}setup-dev${RS} ${HC}build task.${RS}"; npm install --production; task_end $?;