Skip to content

Commit

Permalink
fix(Makefile): disable command priting for packages-build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Aug 24, 2018
1 parent 262a8ee commit 1046ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ packages-test-cover: ##@1 packages run tests for all packages with code coverage

packages-build: ##@1 packages build all packages
@echo "${YELLOW}Building all packages${RESET}"
find ./packages -type d -maxdepth 1 ! -path ./packages ! -path ./packages/babel-preset \
@find ./packages -type d -maxdepth 1 ! -path ./packages ! -path ./packages/babel-preset \
| sed 's|^./packages/||' \
| xargs -I '{}' sh -c '$(MAKE) package-build-{}'

Expand Down

0 comments on commit 1046ee2

Please sign in to comment.