Skip to content

Commit 2af17bd

Browse files
committed
chore(adc): install dependencies before publishing
Otherwise we can't find the AWS SDK dependencies that we need.
1 parent 09ef5a0 commit 2af17bd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/integ.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projenrc/adc-publishing.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ export class AdcPublishing extends Component {
4646
'node-version': 'lts/*',
4747
},
4848
},
49+
{
50+
name: 'Install dependencies',
51+
run: 'yarn install --check-files --frozen-lockfile',
52+
},
4953
{
5054
name: 'Download build artifacts',
5155
uses: 'actions/download-artifact@v4',

0 commit comments

Comments
 (0)