Do the setup in dev mode
continuous-integration/laminar-elessar Build 70 succeeded in 45 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-03-11 16:57:06 +00:00
parent 2a3b126e2a
commit fd7a215c96
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 2 deletions

5
build
View File

@ -136,9 +136,10 @@ task_ci() {
execute npm --version;
task_end $?;
export NODE_ENV=production;
tasks_run setup main archive;
tasks_run setup;
export NODE_ENV=production;
tasks_run main archive;
}