# Launch all P targets in parallel and exit as soon as one exits.
set -m;(for p in $(P);do($(MAKE)$$p ||kill 0)&done;wait)
build-client:
build-client:lint-react
$(NPM) build
clean-install:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.