Skip to content

Commit

Permalink
Merge pull request #13 from cloudkitect/free-6
Browse files Browse the repository at this point in the history
fix: release file fixes
  • Loading branch information
mtahir-cloudkitect authored Apr 18, 2024
2 parents d8f946f + 2a21f72 commit ad739ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_cloudkitect-components.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ components.synth()

const releaseYaml = project.tryFindObjectFile('.github/workflows/release_cloudkitect-components.yml');
releaseYaml!.addOverride('jobs.release_npm.steps.5.run', 'cd .repo && pnpm i --no-frozen-lockfile')
releaseYaml!.addOverride('jobs.release_pypi.steps.6.run', 'cd .repo && pnpm i --no-frozen-lockfile')

const patterns = new AwsCdkConstructLibrary({
...subProjectSettings,
Expand Down

0 comments on commit ad739ae

Please sign in to comment.