Skip to content

Commit 3cd8940

Browse files
author
Navdeep Gupta
committed
fix: added missing type.
1 parent 237b12f commit 3cd8940

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lambdas/functions/webhook/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,20 @@
4343
"@octokit/rest": "^20.0.1",
4444
"@octokit/types": "^12.6.0",
4545
"@octokit/webhooks": "^13.1.1",
46+
"@octokit/webhooks-types": "^7.4.0",
4647
"@terraform-aws-github-runner/aws-powertools-util": "*",
4748
"@terraform-aws-github-runner/aws-ssm-util": "*",
4849
"aws-lambda": "^1.0.7"
4950
},
5051
"nx": {
51-
"includedScripts": ["build","dist","format","format-check","start","watch","all"]
52+
"includedScripts": [
53+
"build",
54+
"dist",
55+
"format",
56+
"format-check",
57+
"start",
58+
"watch",
59+
"all"
60+
]
5261
}
5362
}

0 commit comments

Comments
 (0)