Skip to content

Commit

Permalink
WIP: run build on package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Lloyd committed Feb 7, 2021
1 parent 9148324 commit 40b7b06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
7 changes: 0 additions & 7 deletions packages/@aws-cdk/aws-kinesisanalytics-flink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

---

![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)

> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
>
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)

> The APIs of higher level constructs in this module are experimental and under active development.
Expand All @@ -21,7 +15,6 @@

<!--END STABILITY BANNER-->


The `@aws-cdk/aws-kinesisanalyticsv2` package provides constructs for
creating Kinesis Data Analytics applications.

Expand Down
5 changes: 1 addition & 4 deletions packages/@aws-cdk/aws-kinesisanalytics-flink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@
"build+test": "yarn build && yarn test",
"build+test+package": "yarn build+test && yarn package",
"compat": "cdk-compat",
"rosetta:extract": "yarn --silent jsii-rosetta extract",
"cfn2ts": "cfn2ts",
"gen": "cfn2ts"
"rosetta:extract": "yarn --silent jsii-rosetta extract"
},
"keywords": [
"aws",
Expand Down Expand Up @@ -110,7 +108,6 @@
},
"cdk-build": {
"jest": true,
"cloudformation": [],
"env": {
"AWSLINT_BASE_CONSTRUCT": true
}
Expand Down
1 change: 0 additions & 1 deletion packages/@aws-cdk/cloudformation-include/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
"@aws-cdk/aws-kendra": "0.0.0",
"@aws-cdk/aws-kinesis": "0.0.0",
"@aws-cdk/aws-kinesisanalytics": "0.0.0",
"@aws-cdk/aws-kinesisanalytics-flink": "0.0.0",
"@aws-cdk/aws-kinesisfirehose": "0.0.0",
"@aws-cdk/aws-kms": "0.0.0",
"@aws-cdk/aws-lakeformation": "0.0.0",
Expand Down

0 comments on commit 40b7b06

Please sign in to comment.