chore: clear check command

This commit is contained in:
tzhangchi
2022-12-31 01:34:14 +08:00
parent 9c25b304bf
commit 75a63d15ff
-1
View File
@@ -11,7 +11,6 @@
"export": "pnpm --filter @affine/app export",
"start": "pnpm --filter @affine/app start",
"lint": "pnpm --filter @affine/app lint",
"check": "pnpm lint && pnpm test",
"test": "playwright test",
"test:dc": "pnpm --filter @affine/data-services test",
"test:e2e:codegen": "npx playwright codegen http://localhost:8080",