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

fix(type-safe-api): fix documentation and ensure java resources dir exists #461

Merged
merged 2 commits into from Jun 7, 2023

Conversation

cogwirrel
Copy link
Member

  • fix(type-safe-api): ensure generated java infrastructure resources dir exists during first build

    Fixes an issue where .api.json couldn't be copied into the resources directory during first build
    since the directory didn't exist.

  • docs(type-safe-api): update java and python projenrc examples to use typescript

    Given that nx-monorepo currently only supports writing your .projenrc in TypeScript, we update the
    docs accordingly. The examples still show how to set up projects for writing CDK and lambdas in the
    respective languages.

    Fix [DOCS] type-safe-api python example changes .projenrc.py to .projenrc.ts #457

…r exists during first build

Fixes an issue where `.api.json` couldn't be copied into the resources directory during first build
since the directory didn't exist.
…typescript

Given that nx-monorepo currently only supports writing your .projenrc in TypeScript, we update the
docs accordingly. The examples still show how to set up projects for writing CDK and lambdas in the
respective languages.

fix #457
@nx-cloud
Copy link

nx-cloud bot commented Jun 7, 2023

☁️ Nx Cloud Report

Attention: This version of the Nx Cloud GitHub bot will cease to function on July 1st, 2023. An organization admin can update your integration here.

CI is running/has finished running commands for commit efe6e39. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

@cogwirrel cogwirrel merged commit 751ddf5 into mainline Jun 7, 2023
4 checks passed
@cogwirrel cogwirrel deleted the fix/java-and-docs branch June 7, 2023 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOCS] type-safe-api python example changes .projenrc.py to .projenrc.ts
2 participants