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
parent
commit
93837ff724
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/backend-core/package.json
  2. 2
      packages/backend-core/tsconfig.build.json

2
packages/backend-core/package.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",

2
packages/backend-core/tsconfig.build.json

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

Loading…
Cancel
Save