Skip to content

Commit

Permalink
feat(prism-node): move api directory / make client releasable (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
patlo-iog authored Dec 8, 2022
1 parent 680ef7b commit 53841d6
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion prism-node/client/scala-client/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val commonSettings = Seq(

// Custom keys
val apiBaseDirectory = settingKey[File]("The base directory for Node 2 API specifications")
ThisBuild / apiBaseDirectory := baseDirectory.value / "../../api"
ThisBuild / apiBaseDirectory := baseDirectory.value / "./api"

lazy val root = project
.in(file("."))
Expand Down

0 comments on commit 53841d6

Please sign in to comment.