Skip to content

Commit

Permalink
chore(build): update messaging in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 30, 2021
1 parent dfd3ef0 commit 6b9af77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 6b9af77

Please sign in to comment.