chore(web): configure now includes setup of testing environment

This commit is contained in:
Joshua A. Horton 2024-04-30 09:53:35 +07:00
parent 9adda6b636
commit 9996cd5ae3

View file

@ -201,5 +201,9 @@ verify_npm_setup() {
pushd "$KEYMAN_ROOT" > /dev/null
npm ci
# Configure Web browser-engine testing environments. As is, this should only
# make changes when we update the dependency, even on our CI build agents.
playwright install
popd > /dev/null
}