Create a dummy package.json inside function's dir
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
|||||||
createProbot
|
createProbot
|
||||||
} from '@probot/adapter-aws-lambda-serverless';
|
} 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');
|
const privateKey = (process.env.PRIVATE_KEY as string).replace(/\\n/gm, '\n');
|
||||||
|
|
||||||
4
netlify/functions/validate-pr/package.json
Normal file
4
netlify/functions/validate-pr/package.json
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"name": "dummy-package-json",
|
||||||
|
"version": "1.0.0"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user