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 93837ff724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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

View File

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