From cea1c87c21cf025512cceec66bc0fad23e97481f Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 19 Feb 2025 01:06:31 +0100 Subject: [PATCH] Update Playwright test command to include snapshot updates --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 03e42c51f..8772b397d 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "version": "changeset version", "publish": "changeset publish", "playwright": "pnpm run build && pnpm run vt", - "vt": "playwright test tests", - "vt-update": "playwright test tests --update-snapshots", + "vt": "playwright test tests --update-snapshots", "reformat-mdx": "node build/reformat-mdx.mjs", "start": "pnpm dev" },