Fixing backend-core build, as raised in #7603.

This commit is contained in:
mike12345567 2022-09-05 13:07:27 +01:00
parent 08b351e6e4
commit e1e4f2cc87
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",