소스 검색

Remove snapshot update flag from Playwright test command

codecalm 6 달 전
부모
커밋
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"
   },