diff --git a/build b/build index 3d54977..83c55a1 100755 --- a/build +++ b/build @@ -128,7 +128,7 @@ task_setup() { task_end $?; task_begin "Installing client dependencies"; - echo -e "${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 development dependencies. To complete setup for development, execute the ${CACTION}setup-dev${RS} ${HC}build task.${RS}"; execute npm install --production; task_end $?;