소스 검색

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