We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffac8ef commit cc76cfbCopy full SHA for cc76cfb
scripts/bump-cfnspec.sh
@@ -27,10 +27,6 @@ cd ${pwd}/packages/@aws-cdk/cfnspec
27
yarn update
28
version=$(cat cfn.version)
29
30
-# Running a full build saving awslint exclusion rules in case any of them fails
31
-export AWSLINT_SAVE=true
32
-yarn lerna run build --stream --include-dependencies
33
-
34
# Come back to root, add all files to git and commit
35
cd ${pwd}
36
git add .
0 commit comments