Skip to content

Commit

Permalink
fix sourcing psql name
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Jul 24, 2023
1 parent a9402f9 commit b6aa7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ addCommandAlias(
addCommandAlias("build-docs", ";docs/clean;docs/makeSite")
addCommandAlias("preview-docs", ";docs/clean;docs/previewSite")

val coreModules = List("kernel", "rdf", "sdk", "sourcing-psql", "testkit")
val coreModules = List("kernel", "rdf", "sdk", "sourcingPsql", "testkit")
def staticAnalysisCommandForModule(module: String) = s";$module/scalafmtCheck;$module/Test/scalafmtCheck;$module/scalafmtSbtCheck;$module/scapegoat;$module/doc"
addCommandAlias("core-static-analysis", coreModules.map(staticAnalysisCommandForModule).mkString)
addCommandAlias("app-static-analysis", staticAnalysisCommandForModule("app"))
Expand Down

0 comments on commit b6aa7e9

Please sign in to comment.