Skip to content

Commit

Permalink
Suppress Make noise (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Mar 2, 2021
1 parent 02714bd commit b4cfa68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ setup: # gets this code base ready for development
yarn

test: # runs all tests
make lint &
make doc &
make unit
make --no-print-directory lint &
make --no-print-directory doc &
make --no-print-directory unit

update: # update dependencies
yarn upgrade --latest
Expand Down

0 comments on commit b4cfa68

Please sign in to comment.