From 03b132851885516eb1aa42d1556004a3123950b4 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 25 Jun 2023 19:35:49 +0100 Subject: [PATCH] remove the windows build parts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a838bc6f..4d9f72e14 100644 --- a/package.json +++ b/package.json @@ -34,8 +34,8 @@ "serve": "http-server -c-1 --port 3220 integration-test/test-pages", "playwright": "playwright test", "playwright-headed": "playwright test --headed", - "preplaywright": "npm run build-windows && npm run bundle", - "preplaywright-headed": "npm run build-windows && npm run bundle" + "preplaywright": "npm run bundle", + "preplaywright-headed": "npm run bundle" }, "type": "module", "workspaces": [