File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ ln -sfn "$DEVCONTAINER_ENV_DIR" "$DEVCONTAINER_PYTHON_DIR"
3636export PATH=" $DEVCONTAINER_PYTHON_DIR /bin:$PATH "
3737export PYTHONPATH=" $REPO_ROOT /src${PYTHONPATH: +: $PYTHONPATH } "
3838
39+ echo " Installing Playwright browsers..."
40+ " ${HATCH_CMD[@]} " run devcontainer:install_playwright
41+
3942if ! command -v bun > /dev/null 2>&1 ; then
4043 echo " Installing Bun..."
4144 curl -fsSL https://bun.sh/install | bash
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ extra-dependencies = [
212212]
213213
214214[tool .hatch .envs .devcontainer .scripts ]
215+ install_playwright = [' python "src/build_scripts/install_playwright.py"' ]
215216type_check = [" pyright src/reactpy" ]
216217
217218# ###########################
You can’t perform that action at this time.
0 commit comments