From 69397b986fefd93af5db1a4bba7c43bddbb2863f Mon Sep 17 00:00:00 2001 From: Quentin Ruhier Date: Wed, 16 Oct 2024 14:24:46 +0200 Subject: [PATCH] ci: fix test job --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ab165cc5..f3fc1fb7 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "drama-queen" ], "scripts": { + "test": "lerna run test", "build": "lerna run build", "build:drama-queen": "lerna run build --scope 'drama-queen'", "serve:drama-queen": "lerna run serve --scope 'drama-queen'",