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