1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Remove snapshot update flag from Playwright test command

This commit is contained in:
codecalm
2025-02-19 01:09:11 +01:00
parent cea1c87c21
commit 09844ab64b
+1 -1
View File
@@ -10,7 +10,7 @@
"version": "changeset version",
"publish": "changeset publish",
"playwright": "pnpm run build && pnpm run vt",
"vt": "playwright test tests --update-snapshots",
"vt": "playwright test tests",
"reformat-mdx": "node build/reformat-mdx.mjs",
"start": "pnpm dev"
},