Merge pull request #7633 from Budibase/fix/backend-core-build

Fixing backend-core build, as raised in.
This commit is contained in:
Michael Drury 2022-09-05 14:50:59 +02:00 committed by GitHub
commit 2de489f325
2 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,7 @@
]
},
"devDependencies": {
"@shopify/jest-koa-mocks": "3.1.5",
"@shopify/jest-koa-mocks": "5.0.1",
"@types/jest": "27.5.1",
"@types/koa": "2.0.52",
"@types/lodash": "4.14.180",

View File

@ -20,6 +20,8 @@
"package.json"
],
"exclude": [
"scripts",
"tests",
"node_modules",
"dist",
"**/*.spec.ts",