mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-28 00:15:48 +01:00
Create a dummy package.json inside function's dir
This commit is contained in:
parent
ddb5c752ac
commit
22b75f6c3f
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user