From 6b9af77df1441f7fe4478b14dee89943aa1677b6 Mon Sep 17 00:00:00 2001 From: Neil Kistner Date: Sat, 24 Apr 2021 12:32:09 -0500 Subject: [PATCH] chore(build): update messaging in makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a041c93f76..c7d93d0a85 100644 --- a/Makefile +++ b/Makefile @@ -143,11 +143,11 @@ packages-test: ##@1 packages run tests for all packages @yarn jest -c ./packages/jest.config.js --rootDir . ./packages/*/tests packages-watch-test: ##@1 packages run tests for all packages and watch for changes - @echo "${YELLOW}Running test suites for all packages${RESET}" + @echo "${YELLOW}Running test suites watcher for all packages${RESET}" @yarn jest -c ./packages/jest.config.js --rootDir . ./packages/*/tests --watch packages-test-cover: ##@1 packages run tests for all packages with code coverage - @echo "${YELLOW}Running test suites for all packages${RESET}" + @echo "${YELLOW}Running test suites coverage for all packages${RESET}" @yarn jest -c ./packages/jest.config.js --rootDir . --coverage ./packages/*/tests packages-types: ##@1 packages build all package types