Browse Source
Merge pull request #7633 from Budibase/fix/backend-core-build
Fixing backend-core build, as raised in.
pull/7640/head
Michael Drury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
packages/backend-core/package.json
-
packages/backend-core/tsconfig.build.json
|
|
|
@ -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", |
|
|
|
|
|
|
|
@ -20,6 +20,8 @@ |
|
|
|
"package.json" |
|
|
|
], |
|
|
|
"exclude": [ |
|
|
|
"scripts", |
|
|
|
"tests", |
|
|
|
"node_modules", |
|
|
|
"dist", |
|
|
|
"**/*.spec.ts", |
|
|
|
|