浏览代码

Remove snapshot update flag from Playwright test command

codecalm 7 月之前
父节点
当前提交
09844ab64b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"
   },