1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00

Exclude test utils from server and worker builds

This commit is contained in:
Rory Powell 2022-09-06 10:22:14 +01:00
parent 8d669a8298
commit 8dfb861e7f
4 changed files with 3 additions and 3 deletions

View file

@ -21,6 +21,7 @@
},
"dependencies": {
"@budibase/types": "^1.3.10",
"@shopify/jest-koa-mocks": "5.0.1",
"@techpass/passport-openidconnect": "0.3.2",
"aws-sdk": "2.1030.0",
"bcrypt": "5.0.1",
@ -60,7 +61,6 @@
]
},
"devDependencies": {
"@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,8 +20,6 @@
"package.json"
],
"exclude": [
"scripts",
"tests",
"node_modules",
"dist",
"**/*.spec.ts",

View file

@ -19,6 +19,7 @@
"exclude": [
"node_modules",
"dist",
"src/tests",
"**/*.spec.ts",
"**/*.spec.js"
]

View file

@ -19,6 +19,7 @@
"exclude": [
"node_modules",
"dist",
"src/tests",
"**/*.spec.ts",
"**/*.spec.js"
]