build(aio): remove redundant flags from cli commands (#23234)
PR Close #23234
This commit is contained in:

committed by
Jason Aden

parent
ed495bc9f1
commit
c3c513ed9e
@ -27,14 +27,13 @@ source ${thisDir}/_travis-fold.sh
|
||||
|
||||
# Run unit tests
|
||||
travisFoldStart "test.aio.unit"
|
||||
yarn test --single-run
|
||||
yarn test
|
||||
travisFoldEnd "test.aio.unit"
|
||||
|
||||
|
||||
# Run e2e tests
|
||||
travisFoldStart "test.aio.e2e"
|
||||
# Use `production` mode to catch issues introduced by build optimizations.
|
||||
yarn e2e-prod
|
||||
yarn e2e
|
||||
travisFoldEnd "test.aio.e2e"
|
||||
|
||||
# Run unit tests for Firebase redirects
|
||||
|
Reference in New Issue
Block a user