瀏覽代碼

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