ci(aio): freeze the lockfile for CI builds (#19616)
The CI will now fail if the dependencies in the AIO package.json have been modified without the lockfile being updated. PR Close #19616
This commit is contained in:
parent
dbe6cdad7e
commit
437e803f27
|
@ -52,7 +52,7 @@ if [[ ${TRAVIS} && (${CI_MODE} == "aio" || ${CI_MODE} == "aio_e2e" || ${CI_MODE}
|
||||||
travisFoldStart "yarn-install.aio"
|
travisFoldStart "yarn-install.aio"
|
||||||
(
|
(
|
||||||
cd ${PROJECT_ROOT}/aio
|
cd ${PROJECT_ROOT}/aio
|
||||||
yarn install
|
yarn install --frozen-lockfile --non-interactive
|
||||||
)
|
)
|
||||||
travisFoldEnd "yarn-install.aio"
|
travisFoldEnd "yarn-install.aio"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue