We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a plugin that can be used to avoid things like these.
diff --git a/.projenrc.ts b/.projenrc.ts index 90476ca..2ab9134 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -603,9 +603,10 @@ project.addSubproject( '@langri-sha/projen-lint-synthesized@workspace:*', '@langri-sha/projen-pnpm-workspace@workspace:*', '@langri-sha/projen-prettier@workspace:*', + '@langri-sha/projen-readme@workspace:*', '@langri-sha/projen-renovate@workspace:*', - '@langri-sha/projen-typescript-config@workspace:*', '@langri-sha/projen-swcrc@workspace:*', + '@langri-sha/projen-typescript-config@workspace:*', '[email protected]', ], devDeps: ['@types/[email protected]'],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a plugin that can be used to avoid things like these.
The text was updated successfully, but these errors were encountered: