Skip to content

Commit

Permalink
fix(web): configure should prep playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed May 15, 2024
1 parent f70a171 commit fdc4e7d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions common/web/gesture-recognizer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ builder_parse "$@"
# TODO: build if out-of-date if test is specified
# TODO: configure if npm has not been run, and build is specified

if builder_start_action configure; then
function do_configure() {
verify_npm_setup
builder_finish_action success configure
fi

# 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
}

builder_run_action configure do_configure

if builder_start_action clean; then
rm -rf build/
Expand Down

0 comments on commit fdc4e7d

Please sign in to comment.