From f94073924dc9e39acce045e2bb37ab8a9df5e9a7 Mon Sep 17 00:00:00 2001 From: Dawid Urbas Date: Fri, 19 Jul 2024 11:14:42 +0200 Subject: [PATCH] Add build step to e2e testa --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6a579c..b212557 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ There are three types of tests in this repository: - Run the e2e tests using the commands: ```sh pnpm install + pnpm build pnpm e2e-tests ```