From 2a0d0165adddba6225096b150dd96cd78c6b5f9d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:14:02 +0000 Subject: [PATCH 1/2] Initial plan From 70ec8e0b95b6cbdb563d78350ceba1f1f2596783 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 9 Nov 2025 18:16:48 +0000 Subject: [PATCH 2/2] Add playwright install to pretest step Co-authored-by: siddharthkp <1863771+siddharthkp@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0ebfed..c1b28c5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm", "build": "tsc && npm run bundle && npm run manifest", "prepublishOnly": "npm run build", - "pretest": "npm run build", + "pretest": "npm run build && npx playwright install --with-deps", "test": "web-test-runner", "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'", "manifest": "custom-elements-manifest analyze"