Skip to content

Commit 76ac7d1

Browse files
committed
fixed publish
1 parent c84006d commit 76ac7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
4747
)
4848

4949
lazy val root = project.in(file("."))
50+
.settings(commonSettings)
5051
.settings(
51-
publish / skip := true,
52-
packagedArtifacts := Map.empty
52+
publish / skip := true
5353
)
5454
.aggregate(
5555
`sbt-scalajs-webjar`,

0 commit comments

Comments
 (0)