Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support inferring output path from buildTarget #52

Closed
TheUnderScorer opened this issue Mar 27, 2023 · 2 comments
Closed

Support inferring output path from buildTarget #52

TheUnderScorer opened this issue Mar 27, 2023 · 2 comments
Labels

Comments

@TheUnderScorer
Copy link
Owner

Example build target:

  "targets": {
    "build": {
      "executor": "@nrwl/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/packages/nx-micronaut",
        "main": "packages/nx-micronaut/src/index.ts",
        "packageJson": "packages/nx-micronaut/package.json",
        "tsConfig": "packages/nx-micronaut/tsconfig.lib.json",
        "updateBuildableProjectDepsInPackageJson": true,
        "buildableProjectDepsInPackageJsonType": "dependencies",
        "assets": [

        ]
      }
    },
@tinesoft
Copy link
Contributor

Oups! solved in #53 😄

tinesoft added a commit to tinesoft/nx-semantic-release that referenced this issue Mar 27, 2023
TheUnderScorer pushed a commit that referenced this issue Dec 28, 2023
TheUnderScorer pushed a commit that referenced this issue Dec 28, 2023
## [2.10.0](nx-semantic-release-v2.9.0...nx-semantic-release-v2.10.0) (2023-12-28)

### Features

* infer the `outputPath` option from the `options.outputPath` of the specified `buildTarget` if none was provided ([6846874](6846874)), closes [#52](#52)
@TheUnderScorer
Copy link
Owner Author

🎉 This issue has been resolved in version 2.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants