1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update Playwright test command to include snapshot updates

This commit is contained in:
codecalm
2025-02-19 01:06:31 +01:00
parent a2640e2147
commit cea1c87c21

View File

@@ -10,8 +10,7 @@
"version": "changeset version", "version": "changeset version",
"publish": "changeset publish", "publish": "changeset publish",
"playwright": "pnpm run build && pnpm run vt", "playwright": "pnpm run build && pnpm run vt",
"vt": "playwright test tests", "vt": "playwright test tests --update-snapshots",
"vt-update": "playwright test tests --update-snapshots",
"reformat-mdx": "node build/reformat-mdx.mjs", "reformat-mdx": "node build/reformat-mdx.mjs",
"start": "pnpm dev" "start": "pnpm dev"
}, },