build: Document ci task better
All checks were successful
continuous-integration/laminar-elessar Build 79 succeeded in 48 seconds .

This commit is contained in:
Starbeamrainbowlabs 2019-03-12 21:08:08 +00:00
parent 23cfa8dfe9
commit ab6b0d0caa
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

3
build
View file

@ -140,9 +140,10 @@ task_ci() {
execute npm --version;
task_end $?;
# Run setup in 'development' mode to get the right dependencies installed
tasks_run setup;
export NODE_ENV=production;
# Run the rest in 'production' mode to create a production build
tasks_run main archive deploy;
}