diff --git a/package.json b/package.json index 1c0d8ec..f2ce7d2 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,9 @@ "build": "next build", "lint": "next lint", "start": "next start", - "test": "jest", "test:e2e": "playwright test", + "test:jest": "jest", + "test": "yarn test:jest && yarn test:e2e", "watch": "yarn test --watch" }, "dependencies": {