mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
CI: Build client in production mode
This commit is contained in:
parent
dc84556868
commit
c4f0533af4
1 changed files with 2 additions and 1 deletions
3
build
3
build
|
@ -246,7 +246,8 @@ task_docs() {
|
|||
# ██ ██
|
||||
# ██████ ██
|
||||
task_ci() {
|
||||
tasks_run setup setup-dev client docs;
|
||||
tasks_run setup setup-dev
|
||||
NODE_ENV="production" tasks_run client docs;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue