Skip to content

Commit

Permalink
FacadeGenerator: write react-docgen JSON to well-known location
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Dec 21, 2021
1 parent ada04b1 commit 24fadc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/FacadeGenerator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ object FacadeGenerator {
val outputDir = base / scalaPackage.split('.').toList

os.makeDir.all(outputDir)

val docGenOutputFile = os.temp(suffix = ".json")
val docGenOutputFile = base / "react-docgen.json"

println(s"Writing react-docgen JSON for $subDir to $docGenOutputFile")

Expand Down

0 comments on commit 24fadc1

Please sign in to comment.