File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ cd ${scriptdir}
1818yarn install --frozen-lockfile
1919if [[ " ${LEGACY_BUMP:- } " == " " ]]; then
2020 # if we're using 'cdk-release' for the bump, build that package, including all of its dependencies
21- npx lerna run build --include-dependencies --scope cdk-release
21+ npx lerna run build --include-dependencies --scope @aws-cdk/ cdk-release
2222fi
2323${scriptdir} /scripts/bump.js ${1:- minor}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ ${pwd}/install.sh
1818# dependency, not `@aws-cdk/cfnspec` itself).
1919yarn lerna run build --stream \
2020 --scope=@aws-cdk/cfnspec \
21- --scope=cfn2ts \
22- --scope=ubergen \
21+ --scope=@aws-cdk/ cfn2ts \
22+ --scope=@aws-cdk/ ubergen \
2323 --include-dependencies
2424
2525# Run the cfnspec update
@@ -30,4 +30,4 @@ version=$(cat cfn.version)
3030# Come back to root, add all files to git and commit
3131cd ${pwd}
3232git add .
33- git commit -a -m " feat: cloudformation spec v${version} " || true # don't fail if there are no updates
33+ git commit -a -m " feat: cloudformation spec v${version} " || true # don't fail if there are no updates
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ fail() {
1515
1616echo " ============================================================================================="
1717echo " building required build tools..."
18- time lerna run --stream build --scope cfn2ts --scope ubergen --include-dependencies || fail
18+ time lerna run --stream build --scope @aws-cdk/ cfn2ts --scope @aws-cdk/ ubergen --include-dependencies || fail
1919
2020echo " ============================================================================================="
2121echo " executing gen..."
22- time lerna run --stream gen || fail
22+ time lerna run --stream gen || fail
You can’t perform that action at this time.
0 commit comments