Browse Source

Update Playwright test command to include snapshot updates

codecalm 6 months ago
parent
commit
cea1c87c21
1 changed files with 1 additions and 2 deletions
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -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-update": "playwright test tests --update-snapshots",
+    "vt": "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"
   },
   },