Skip to content

Commit

Permalink
feat: updated .projenrc.ts with -v 'amazon-auto' (#16)
Browse files Browse the repository at this point in the history
* feat: updated .projenrc.ts with -v 'amazon-auto'

* fix: projen
  • Loading branch information
dainovsv authored May 13, 2024
1 parent cbc4211 commit db96b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ root.synth();
function setupAllContributors(project: pj.javascript.NodeProject) {
project.addDevDeps('all-contributors-cli');
project.addTask('contributors:update', {
exec: 'all-contributors check | grep "Missing contributors" -A 1 | tail -n1 | sed -e "s/,//g" | xargs -n1 | grep -v "\\[bot\\]" | grep -v "cdklabs-automation" | xargs -n1 -I{} all-contributors add {} code',
exec: 'all-contributors check | grep "Missing contributors" -A 1 | tail -n1 | sed -e "s/,//g" | xargs -n1 | grep -v "\\[bot\\]" | grep -v "cdklabs-automation" | grep -v "amazon-auto" | xargs -n1 -I{} all-contributors add {} code',
});
project.npmignore?.exclude('/.all-contributorsrc');
}

0 comments on commit db96b4b

Please sign in to comment.