mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 10:55:33 +00:00
chore(web): configure now includes setup of testing environment
This commit is contained in:
parent
9adda6b636
commit
9996cd5ae3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue