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