From 56cbf3741af8c5fc04e3baae348afacf19658735 Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Abiyat Date: Mon, 18 Nov 2024 05:06:06 +0330 Subject: [PATCH] fix(waku): vite-ecosystem-ci script (#336) --- tests/waku.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/waku.ts b/tests/waku.ts index 5fb9607b..ba41ef7e 100644 --- a/tests/waku.ts +++ b/tests/waku.ts @@ -8,6 +8,6 @@ export async function test(options: RunOptions) { branch: 'main', build: 'compile', beforeTest: 'pnpm playwright install', - test: ['pnpm run --filter waku test', 'e2e'], + test: 'test-vite-ecosystem-ci', }) }