Skip to content

Commit 22eb76e

Browse files
authored
chore: include @aws-cdk/service-spec-importers in service spec update (#27854)
Fixes `@aws-cdk/service-spec-importers` being outdated ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 8fc3747 commit 22eb76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spec-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Install ncu tool
3131
run: npm -g install lerna npm-check-updates
3232
- name: Run "ncu" for service spec packages
33-
run: lerna exec --parallel ncu -- --upgrade --filter='@aws-cdk/aws-service-spec,@aws-cdk/service-spec-types' --target=latest
33+
run: lerna exec --parallel ncu -- --upgrade --filter='@aws-cdk/aws-service-spec,@aws-cdk/service-spec-importers,@aws-cdk/service-spec-types' --target=latest
3434

3535
# This will ensure the current lockfile is up-to-date with the dependency specifications
3636
- name: Install latest version & update lockfile
37-
run: yarn upgrade @aws-cdk/aws-service-spec @aws-cdk/service-spec-types
37+
run: yarn upgrade @aws-cdk/aws-service-spec @aws-cdk/service-spec-importers @aws-cdk/service-spec-types
3838

3939
# Build @aws-cdk/spec2cdk and run L1 gen script to generate base files for new modules
4040
- name: Build @aws-cdk/spec2cdk

0 commit comments

Comments
 (0)