Skip to content

Commit

Permalink
Merge pull request #309 from cdklabs/auto/projen-upgrade
Browse files Browse the repository at this point in the history
chore: upgrade projen
  • Loading branch information
njlynch authored May 4, 2021
2 parents 285c6ca + 1b83b26 commit 25ea550
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 8 deletions.
20 changes: 20 additions & 0 deletions .gitattributes

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

4 changes: 2 additions & 2 deletions .github/workflows/build.yml

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

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
yarn-debug.log*
yarn-error.log*
!/.eslintrc.json
!/.gitattributes
!/.github/dependabot.yml
!/.github/pull_request_template.md
!/.github/workflows/build.yml
Expand Down
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"name": "projen",
"version": "^0.17.65",
"version": "^0.17.75",
"type": "build"
},
{
Expand Down
8 changes: 8 additions & 0 deletions .projen/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
}
]
},
"default": {
"name": "default",
"steps": [
{
"exec": "node .projenrc.js"
}
]
},
"watch": {
"name": "watch",
"category": "00.build",
Expand Down
3 changes: 2 additions & 1 deletion package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit 25ea550

Please sign in to comment.