ci(aio): run e2e tests in production
mode (#21470)
This will enable catching errors introduced by build optimizations that do not appear in `development` mode. Fixes #21446 PR Close #21470
This commit is contained in:

committed by
Alex Eagle

parent
05208b8513
commit
f6db9521ab
@ -33,7 +33,8 @@ source ${thisDir}/_travis-fold.sh
|
||||
|
||||
# Run e2e tests
|
||||
travisFoldStart "test.aio.e2e"
|
||||
yarn e2e
|
||||
# Use `production` mode to catch issues introduced by build optimizations.
|
||||
yarn e2e-prod
|
||||
travisFoldEnd "test.aio.e2e"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user