mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
build: Formatting fix
This commit is contained in:
parent
3a166a0563
commit
6f7e682927
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -67,7 +67,7 @@ function task_setup {
|
||||||
task_end $?;
|
task_end $?;
|
||||||
|
|
||||||
task_begin "Installing client dependencies";
|
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;
|
npm install --production;
|
||||||
task_end $?;
|
task_end $?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue