From 4b2abcf9c649b6b4b27b05f0eb29537aaf8eb7b3 Mon Sep 17 00:00:00 2001 From: Paul Harter Date: Wed, 31 Jan 2024 16:44:01 +0000 Subject: [PATCH] fixing tests --- components/toolbar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/toolbar/Makefile b/components/toolbar/Makefile index b5d38ccba4..3dd65897f0 100644 --- a/components/toolbar/Makefile +++ b/components/toolbar/Makefile @@ -5,4 +5,5 @@ deps: build: deps pnpm run build -tests: CI=true pnpm run test +tests: + CI=true pnpm run test