Skip to content

Commit

Permalink
fix failing
Browse files Browse the repository at this point in the history
  • Loading branch information
monyedavid committed Jan 12, 2025
1 parent 14ad8af commit 8b52091
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion example/javascriptlib/publishing/2-realistic/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ object quxpub extends qux with PublishModule {
//// SNIPPET:END

/** Usage
> mill quxmod.test
> mill quxdev.test
PASS .../qux.test.ts
...

Expand Down
2 changes: 0 additions & 2 deletions javascriptlib/src/mill/javascriptlib/TypeScriptModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ trait TypeScriptModule extends Module { outer =>
if file.ext == "ts"
} yield file



val typescriptOut = Task.dest / "typescript"
val core = for {
file <- allSources()
Expand Down

0 comments on commit 8b52091

Please sign in to comment.