Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit e354759

Browse files
committed
fix(build): cdk deps are required for build
1 parent ed2445f commit e354759

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "tsdx build",
2626
"semantic-release": "semantic-release",
2727
"start": "tsdx watch",
28-
"test": "echo 'ok'"
28+
"test": "yarn build"
2929
},
3030
"babel": {
3131
"presets": [
@@ -49,6 +49,8 @@
4949
"rollup": "2.22.2"
5050
},
5151
"devDependencies": {
52+
"@aws-cdk/aws-lambda": "1.54.0",
53+
"@aws-cdk/core": "1.54.0",
5254
"eslint-plugin-import": "2.22.0",
5355
"eslint-plugin-jest": "23.18.0",
5456
"prettier-plugin-packagejson": "2.2.5",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@aws-cdk/core" "1.54.0"
8585
constructs "^3.0.2"
8686

87-
"@aws-cdk/aws-lambda@^1.54.0":
87+
"@aws-cdk/aws-lambda@1.54.0":
8888
version "1.54.0"
8989
resolved "https://registry.yarnpkg.com/@aws-cdk/aws-lambda/-/aws-lambda-1.54.0.tgz#19bb29b7e26a0d8ca742502927201f953acf596f"
9090
integrity sha512-YF/s/2aDTtLSCjRBdH93DrrNdk0HoxSbanIxh25hddbuGMm7se+wS4qtmyyWL/05J/o/BGbWQWOLMUGj1gmaGQ==
@@ -167,7 +167,7 @@
167167
jsonschema "^1.2.5"
168168
semver "^7.2.2"
169169

170-
"@aws-cdk/core@1.54.0", "@aws-cdk/core@^1.54.0":
170+
"@aws-cdk/core@1.54.0":
171171
version "1.54.0"
172172
resolved "https://registry.yarnpkg.com/@aws-cdk/core/-/core-1.54.0.tgz#e8cb17001382185fb5ea21cbca5fdc2cb0cc42e3"
173173
integrity sha512-LqHIDudkJp9//7Crfr00l2Z5U+4xkEIiRcEXXNkwEnV2iPzuQErCoDJ+JiQj2kOk3EFbbVpTBPI+6LV1nKSLuw==

0 commit comments

Comments
 (0)