Skip to content

Commit

Permalink
chore: fix release workflow (#95)
Browse files Browse the repository at this point in the history
Fixes #
  • Loading branch information
corymhall authored Nov 9, 2024
1 parent b787b51 commit 94b25b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .projen/tasks.json

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 @@ -151,6 +151,7 @@ project.tasks.tryFind('release')?.spawn(project.addTask('copy-files', {
'cp package.json dist/',
'cp yarn.lock dist/',
'cp -r projenrc dist/',
'cp tsconfig.json dist/',
].join(' && '),
}));

Expand Down

0 comments on commit 94b25b3

Please sign in to comment.