Add package.json to included files

This commit is contained in:
Maciej Pędzich 2023-07-06 14:33:36 +02:00
parent 446df5d241
commit 81a72804a4

View File

@ -1,3 +1,3 @@
[functions] [functions]
included_files = ["appFn.ts", "getPlaylistIdFromUrl.ts"] included_files = ["package.json", "appFn.ts", "getPlaylistIdFromUrl.ts"]
external_node_modules = ["@probot/adapter-aws-lambda-serverless", "probot", "express", "keyv", "formidable"] external_node_modules = ["@probot/adapter-aws-lambda-serverless", "probot", "express", "keyv", "formidable"]