Browse Source

Remove snapshot update flag from Playwright test command

codecalm 7 months ago
parent
commit
09844ab64b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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"
   },