File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 32
32
},
33
33
34
34
// Try do do as much as possible in the image, so that the container starts up quickly
35
- "onCreateCommand" : " mill -j 0 __.prepareOffline && mill -j 0 __.compile "
35
+ "onCreateCommand" : " mill ` __.prepareOffline && mill __.compiledClassesAndSemanticDbFiles "
36
36
37
37
// // Use 'forwardPorts' to make a list of ports inside the container available locally.
38
38
// "forwardPorts": [],
Original file line number Diff line number Diff line change 1
1
//| mill-jvm-version: 21
2
2
//| mill-version: 1.0.3
3
3
//| mvnDeps:
4
- //| - com.lihaoyi::mill-contrib-buildinfo:: $MILL_VERSION
5
- // //| - com.goyeau::mill-scalafix:0.6.0
4
+ //| - com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION
5
+ //| - com.goyeau::mill-scalafix: :0.6.0
6
6
7
7
8
8
package build
@@ -15,7 +15,7 @@ import mill.util.*
15
15
16
16
import com.goyeau.mill.scalafix.ScalafixModule
17
17
import java.text.Format
18
- import io.github.quafadas.millSite.SiteModule
18
+ // import io.github.quafadas.millSite.SiteModule
19
19
20
20
21
21
object V{
@@ -67,18 +67,18 @@ trait Testy extends TestModule.Munit with FormatFix {
67
67
}
68
68
69
69
70
- object site extends SiteModule {
70
+ // object site extends SiteModule {
71
71
72
- def scalaVersion = V.scalaVersion
73
- def unidocDeps = Seq(build.sjsls, build.routes)
74
- override def unidocTitle = "Scala JS Live Server API"
72
+ // def scalaVersion = V.scalaVersion
73
+ // def unidocDeps = Seq(build.sjsls, build.routes)
74
+ // override def unidocTitle = "Scala JS Live Server API"
75
75
76
- override def repoLink = "https://github.com/Quafadas/live-server-scala-cli-js"
76
+ // override def repoLink = "https://github.com/Quafadas/live-server-scala-cli-js"
77
77
78
- override def latestVersion = "0.2.11"
78
+ // override def latestVersion = "0.2.11"
79
79
80
80
81
- }
81
+ // }
82
82
83
83
// SN deps which aren't yet there.
84
84
/**
You can’t perform that action at this time.
0 commit comments