This commit is contained in:
Starbeamrainbowlabs 2019-04-06 23:47:04 +01:00
parent d022708bd2
commit 6ad8d4d805
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -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 $?;