Skip to content

Commit 0109586

Browse files
committed
added sbtPublish commands.
1 parent af3e5b0 commit 0109586

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ object projects:
385385
lazy val scopt = SbtCommunityProject(
386386
project = "scopt",
387387
sbtTestCommand = "scoptJVM/test",
388-
// Adds <empty> package
388+
sbtPublishCommand = "scoptJVM/publishLocal",
389389
dependencies = List(verify)
390390
)
391391

@@ -460,6 +460,7 @@ object projects:
460460
project = "verify",
461461
sbtTestCommand = "verifyJVM/test",
462462
sbtDocCommand = "verifyJVM/doc",
463+
sbtPublishCommand = "verifyJVM/publishLocal",
463464
)
464465

465466
lazy val discipline = SbtCommunityProject(

0 commit comments

Comments
 (0)