> compile

$ exists target/scala-2.12/pekko-grpc
$ exists target/scala-2.12/pekko-grpc/main/example/myapp/helloworld/grpc/HelloRequest.scala
$ exists target/scala-2.12/pekko-grpc/main/example/myapp/helloworld/grpc/HelloworldProto.scala
$ exists target/scala-2.12/pekko-grpc/main/example/myapp/helloworld/grpc/GreeterService.scala

# This will for example detect when we publish generated code that is
# already in scalapb-runtime
> assembly

# catch scaladoc errors
> doc