Преглед изворни кода

Update Playwright test command to include snapshot updates

codecalm пре 6 месеци
родитељ
комит
cea1c87c21
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      package.json

+ 1 - 2
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"
   },