Create a dummy package.json inside function's dir

This commit is contained in:
Maciej Pędzich 2023-07-06 12:21:34 +02:00
parent ddb5c752ac
commit 22b75f6c3f
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import {
createProbot
} from '@probot/adapter-aws-lambda-serverless';
import { appFn } from '../../appFn';
import { appFn } from '../../../appFn';
const privateKey = (process.env.PRIVATE_KEY as string).replace(/\\n/gm, '\n');

View File

@ -0,0 +1,4 @@
{
"name": "dummy-package-json",
"version": "1.0.0"
}