Skip to content

Commit

Permalink
Fix NpmPublishTask workingDir scope (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boubalou authored Jun 9, 2021
1 parent c78a8c3 commit 73c0c8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/kotlin/task/NpmPublishTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ open class NpmPublishTask @Inject constructor(
if (otp != null) "--otp $otp" else null,
if (dry) "--dry-run" else null
)
)
) {
workingDir = packageDir
}
}
}

0 comments on commit 73c0c8e

Please sign in to comment.